Commit 348593d1 authored by zhoucong's avatar zhoucong

处理BUg

parent 2f350050
...@@ -27,16 +27,12 @@ ...@@ -27,16 +27,12 @@
</view> </view>
</view> </view>
</block> </block>
<view class="" v-show="aa">
成功
</view>
</view> </view>
</template> </template>
<script> <script>
export default { export default {
data() { data() {
return { return {
aa:false,
list:[],//商品列表 list:[],//商品列表
} }
}, },
...@@ -54,7 +50,6 @@ export default { ...@@ -54,7 +50,6 @@ export default {
}).then(res => { }).then(res => {
if (res.code == "00") { if (res.code == "00") {
this.list=res.data.list this.list=res.data.list
this.aa=true
}else{ }else{
uni.showModal({ uni.showModal({
title: '提示', title: '提示',
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment