diff --git a/manifest.json b/manifest.json index 6f5dfdf..53b03e8 100644 --- a/manifest.json +++ b/manifest.json @@ -56,7 +56,8 @@ "", "", "" - ] + ], + "abiFilters" : [ "armeabi-v7a", "x86" ] }, /* ios打包配置 */ "ios" : {}, @@ -86,7 +87,9 @@ "UniversalLinks" : "https://demo.dcloud.net.cn/ulink/" } }, - "speech" : {}, + "speech" : { + "ifly" : {} + }, "payment" : { "alipay" : {}, "weixin" : { diff --git a/pageA/login/login.vue b/pageA/login/login.vue index e4eee98..a535530 100644 --- a/pageA/login/login.vue +++ b/pageA/login/login.vue @@ -190,17 +190,13 @@ }) } // 缓存用户的信息 - // uni.setStorageSync({ - // key: 'user_info', - // data: res.data, - // success: function() { - // console.log('success'); - // // 跳转首页 - // uni.navigateTo({ - // url : '/pageA/topick/topick' - // }) - // } - // }); + uni.setStorageSync({ + key: 'user_info', + data: res.data, + success: function() { + console.log('success'); + } + }); } // 存储接口请求所需token diff --git a/pageB/components/shoplist/index.vue b/pageB/components/shoplist/index.vue index 8e119ac..5678efd 100644 --- a/pageB/components/shoplist/index.vue +++ b/pageB/components/shoplist/index.vue @@ -27,18 +27,12 @@ export default { data(){ return { show: true, - cartList: this.list || [], + cartList: [], } }, - watch: { - list() { - this.cartList = this.list; - } - }, methods: { toggerList() { this.show = false; - this.$emit("hideCart",this.show); } } } diff --git a/pageB/components/shpoone/index.vue b/pageB/components/shpoone/index.vue index 530ec31..9a65d20 100644 --- a/pageB/components/shpoone/index.vue +++ b/pageB/components/shpoone/index.vue @@ -1,48 +1,89 @@ - \ No newline at end of file + + \ No newline at end of file diff --git a/pageB/components/userinfo/index.vue b/pageB/components/userinfo/index.vue index 0efb7ba..3e64d8f 100644 --- a/pageB/components/userinfo/index.vue +++ b/pageB/components/userinfo/index.vue @@ -3,7 +3,7 @@ - + @@ -17,7 +17,7 @@ - + {{item.comment_num}} @@ -74,25 +74,33 @@ \ No newline at end of file diff --git a/pages/index/index.vue b/pages/index/index.vue index d8197f4..c027c76 100644 --- a/pages/index/index.vue +++ b/pages/index/index.vue @@ -2,6 +2,7 @@ + qqq