|
@@ -160,6 +160,8 @@
|
|
border-radius: 20px;
|
|
border-radius: 20px;
|
|
display: flex;
|
|
display: flex;
|
|
align-items: center;
|
|
align-items: center;
|
|
|
|
+ text-align: center;
|
|
|
|
+ font-size: 14px;
|
|
}
|
|
}
|
|
.logo-img {
|
|
.logo-img {
|
|
width: 20px;
|
|
width: 20px;
|
|
@@ -169,7 +171,7 @@
|
|
}
|
|
}
|
|
</style>
|
|
</style>
|
|
<button class="btn">
|
|
<button class="btn">
|
|
- <!-- <image class="logo-img" src="../static/logo.png" mode="aspectFill"></image> -->
|
|
|
|
|
|
+ <image class="logo-img" src="https://yigefuwuapp.ycbrain.com/ycimg/logo.png" mode="aspectFill"></image>
|
|
<text>打开宜格服务APP</text>
|
|
<text>打开宜格服务APP</text>
|
|
</button>
|
|
</button>
|
|
</script>
|
|
</script>
|
|
@@ -232,8 +234,8 @@
|
|
// console.log(isWeiXin(),"=============")
|
|
// console.log(isWeiXin(),"=============")
|
|
this.type = this.options.type;
|
|
this.type = this.options.type;
|
|
this.queryPath = `jumpType=goods&goodsType=${this.options.type}&goodsId=${this.options.id}`
|
|
this.queryPath = `jumpType=goods&goodsType=${this.options.type}&goodsId=${this.options.id}`
|
|
- alert('res=>' + uni.getStorageSync('wx_access_token'))
|
|
|
|
- alert('res=>' + uni.getStorageSync('wx_js_ticket'))
|
|
|
|
|
|
+ // alert('res=>' + uni.getStorageSync('wx_access_token'))
|
|
|
|
+ // alert('res=>' + uni.getStorageSync('wx_js_ticket'))
|
|
if ((this.options.type == 1 || this.options.type == 5) && this.options.id) {
|
|
if ((this.options.type == 1 || this.options.type == 5) && this.options.id) {
|
|
this.getDefaultDetailInfo(this.options.id);
|
|
this.getDefaultDetailInfo(this.options.id);
|
|
}
|
|
}
|
|
@@ -265,7 +267,7 @@
|
|
},
|
|
},
|
|
errorApp(e) {
|
|
errorApp(e) {
|
|
// alert(e + 1111111111111)
|
|
// alert(e + 1111111111111)
|
|
- console.log(e, 1111)
|
|
|
|
|
|
+ console.log(e, 2222)
|
|
uni.navigateTo({
|
|
uni.navigateTo({
|
|
url: "/pages/down"
|
|
url: "/pages/down"
|
|
})
|
|
})
|