Commit 348593d1 authored by zhoucong's avatar zhoucong

处理BUg

parent 2f350050
......@@ -27,16 +27,12 @@
</view>
</view>
</block>
<view class="" v-show="aa">
成功
</view>
</view>
</template>
<script>
export default {
data() {
return {
aa:false,
list:[],//商品列表
}
},
......@@ -54,7 +50,6 @@ export default {
}).then(res => {
if (res.code == "00") {
this.list=res.data.list
this.aa=true
}else{
uni.showModal({
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