zhaojs
2023-07-19 7c35ab19240a46c39f2bbf91414b69a39bb0e211
no message
已修改2个文件
4 ■■■■ 文件已修改
uniapp/pages/rankinglist/compareprice.vue 2 ●●● 补丁 | 查看 | 原始文档 | blame | 历史
uniapp/pages/search/searchResult.vue 2 ●●● 补丁 | 查看 | 原始文档 | blame | 历史
uniapp/pages/rankinglist/compareprice.vue
@@ -38,7 +38,7 @@
            else{
                const value = uni.getStorageSync('userInfo');
                console.log(value)
                this.webviewUrl = encodeURI('http://appapitest.ushopvip.com/html/compareprice.html?token='+value.token);
                this.webviewUrl = encodeURI('http://dfgapp.ushopvip.com/html/compareprice.html?token='+value.token);
            }
            
        },
uniapp/pages/search/searchResult.vue
@@ -372,7 +372,7 @@
                    selectCoupon: this.selectCoupon == true ? 1 : 0
                }).then(e => {
                    console.log(e);
                    if (e.code != 0) return that.$alert(e.msg)
                    if (e.code != 0) return;
                    var res = e.data;
                    uni.stopPullDownRefresh();
                    if (res.list.length < 10) {