Commit f0bbe453 authored by zhangjianguo's avatar zhangjianguo

1

parent 7daba106
......@@ -153,8 +153,8 @@ export default {
}
this.add_show = uni.getStorageSync("add_top_app")?uni.getStorageSync("add_top_app").add_top_app_show:1;
this.setting =set;
console.log(this.setting)
// console.log(this.setting)
console.log(uni.getStorageSync("basedata"))
uni.showNavigationBarLoading();
},
onShow() {
......
......@@ -61,7 +61,7 @@
mode="aspectFill"
/>
<view class="good-info">
<view class="good-name" @click="redirectGoods(x.goods_id)">{{
<view class="good-name" @click="redirectGoods(x.GoodsId)">{{
x.GoodsName
}}</view>
<view class="good-attr">
......
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