更新
This commit is contained in:
parent
97ba913d7d
commit
6b1c9700d6
@ -49,7 +49,7 @@
|
|||||||
.a_c_home{
|
.a_c_home{
|
||||||
width: 600rpx;
|
width: 600rpx;
|
||||||
/* #ifdef H5 */
|
/* #ifdef H5 */
|
||||||
height: 65vh;
|
height: 75vh;
|
||||||
/* #endif */
|
/* #endif */
|
||||||
/* #ifndef H5 */
|
/* #ifndef H5 */
|
||||||
height: 90vh;
|
height: 90vh;
|
||||||
|
@ -1786,7 +1786,7 @@
|
|||||||
},
|
},
|
||||||
// 打开弹窗
|
// 打开弹窗
|
||||||
openTipsRef(){
|
openTipsRef(){
|
||||||
if(this.source!=103&&this.source!=105) this.$refs.tipsRef.open();
|
if(this.source!=103&&this.source!=105&&this.totalPrice>=100) this.$refs.tipsRef.open();
|
||||||
else this.SubOrder();
|
else this.SubOrder();
|
||||||
},
|
},
|
||||||
// 继续支付
|
// 继续支付
|
||||||
@ -1799,8 +1799,12 @@
|
|||||||
// 前往活动
|
// 前往活动
|
||||||
gotoCloud(){
|
gotoCloud(){
|
||||||
this.closeTipsRef();
|
this.closeTipsRef();
|
||||||
|
let street_id = this.$store.state.storage.address.street_id;
|
||||||
|
let townName = this.$store.state.storage.address.townName;
|
||||||
|
let lat = this.$store.state.storage.location.lat;
|
||||||
|
let long = this.$store.state.storage.location.long;
|
||||||
uni.navigateTo({
|
uni.navigateTo({
|
||||||
url: '/pages/nongKe/cloud_entrepot/indexh'
|
url: `/pages/nongKe/cloud_entrepot/indexh?street_id=${street_id}&townName=${townName}&source=103&location=${lat},${long}`
|
||||||
})
|
})
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user