| | |
| | | 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); |
| | | } |
| | | |
| | | }, |
| | |
| | | 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) { |