Browse Source

1111111

master
guoxing 1 year ago
parent
commit
0f09cac2b2
  1. 4
      App.vue
  2. 2
      pages/bind/bind_cloudCard.vue
  3. 15
      pages/home/myCellar.vue
  4. 2
      pages/home/myHome.vue

4
App.vue

@ -8,8 +8,8 @@
wxSilentLoginURL: config.baseUrl + "/lpkcustomer/wxSilentLogin",
sid: "",
token: "",
isNewUser: "", // 0 1
isPurchase: "", // 0 1
isNewUser: "", // 0 1
isPurchase: "", // 1 0
navInfo: {
}

2
pages/bind/bind_cloudCard.vue

@ -6,7 +6,7 @@
:end-change-height="page.endHeight">
</NavBar>
<view>
<image src="https://supervise.yxtsoft.com/lpk/image/bind_bj.png" mode="scaleToFill"
<image src="https://supervise.yxtsoft.com/lpk/image/bind_bj_new.png" mode="scaleToFill"
style="width: 100%;height: 70vw"></image>
</view>

15
pages/home/myCellar.vue

@ -401,7 +401,7 @@
created() {
// console.log("==========", getApp().globalData.isNewUser);
if (getApp().globalData.isNewUser == '1')
if (getApp().globalData.isPurchase == '1')
this.showModal = true
},
onShow() {
@ -433,9 +433,9 @@
this.transferInfo.remarks = event.target.value
},
shareGift() {
if (this.shareSid && getApp().globalData.isNewUser) {
// isNewUser==1
if (this.shareSid && getApp().globalData.isNewUser=='1') {
}
},
@ -604,7 +604,8 @@
_this.$api.createNewUserBagOrder(params).then((resp) => {
// console.log("resp", resp);
this.$pay(resp)
_this.$pay(resp)
_this.showModal2 = false
}).catch(e => {})
@ -619,7 +620,7 @@
this.showModal3 = false
},
onShareAppMessage: function(res) {
let _this = this
const promise = new Promise(resolve => {
//
@ -671,7 +672,7 @@
title: '汇融惠享-云菜窖',
//
path: '/pages/login/login?data=' + value,
imageUrl: 'https://supervise.yxtsoft.com/lpk/image/shareAffeection.png', // 5:4
imageUrl: 'https://supervise.yxtsoft.com/lpk/image/share_transfer.png', // 5:4
})

2
pages/home/myHome.vue

@ -257,7 +257,7 @@
title: '汇融惠享-云菜窖',
//
path: '/pages/login/login?data=' + value,
imageUrl: 'https://supervise.yxtsoft.com/lpk/image/shareAffeection.png', // 5:4
imageUrl: 'https://supervise.yxtsoft.com/lpk/image/share_invite.png', // 5:4
success: function(res) {
console.log('aaaa', "分享成功")
},

Loading…
Cancel
Save