Commit 1b1b1c9e authored by 华国豪's avatar 华国豪 🙄

1

parent f36cc072
......@@ -19,6 +19,20 @@ Page({
wxInfo: '',
tips: false,
},
goGouwu: function () {
let _this = this
wx.navigateToMiniProgram({
appId: 'wxb6bcc99626870225',
path: 'pages/Home/home?GuestId=' + _this.data.GuestId,
extraData: {
foo: 'bar'
},
envVersion: 'trial',
success(res) {
// 打开成功
}
})
},
setTips(){
this.setData({
tips: !this.data.tips
......
......@@ -54,7 +54,8 @@
非常感谢您的配合,祝您生活愉快~
</view>
<view class='btn'>
<button class='next' type="default" size="mini"><navigator open-type="exit" target="miniProgram">好的</navigator></button>
<button class='next' type="default" size="mini" bindtap="goGouwu">去购物店看看</button>
<button class='next cancle' type="default" size="mini"><navigator open-type="exit" target="miniProgram">好的</navigator></button>
<!-- <button class='next' type="default" size="mini" bindtap="logOut">好的,不用谢~</button> -->
</view>
</view>
......
......@@ -16,6 +16,20 @@ Page({
tag2: [],
ActivateCode: '166666666',
},
goGouwu: function (){
let _this = this
wx.navigateToMiniProgram({
appId: 'wxb6bcc99626870225',
path: 'pages/Home/home?GuestId=' + _this.data.GuestId,
extraData: {
foo: 'bar'
},
envVersion: 'trial',
success(res) {
// 打开成功
}
})
},
copyText: function (e) {
let _this = this
......
......@@ -39,7 +39,8 @@
</view>
<view class='tips'>为表达对您的感谢,特送上100元跟团游通用优惠券,本券仅限于本次报名的门店使用。在您下次报名的时候请主动出示此优惠码。(建议您截图保存、或复并存到备忘录)</view>
<view class='btn'>
<button class='next' type="default" size="mini"><navigator open-type="exit" target="miniProgram">好的</navigator></button>
<button class='next' type="default" size="mini" bindtap="goGouwu">去购物店看看</button>
<button class='next cancle' type="default" size="mini"><navigator open-type="exit" target="miniProgram">好的</navigator></button>
<!-- <button class='next' type="default" size="mini" bindtap="logOut">好的,不用谢~</button> -->
</view>
</view>
......
......@@ -7,7 +7,7 @@
</view>
<view class="ban">
<view>
<image src='/images/local/b1.png'></image>
<image src='http://imgfile.oytour.com/New/Upload/Cloud/2019-11/20191112101752077.png'></image>
<text>一日游</text>
</view>
<view>
......@@ -15,7 +15,7 @@
<text>交通\n接驳</text>
</view>
<view>
<image style="width:79rpx;height:80rpx;" src='/images/local/b3.png'></image>
<image style="width:79rpx;height:80rpx;" src='http://imgfile.oytour.com/New/Upload/Cloud/2019-11/20191112101709650.png'></image>
<text>游玩\n门票</text>
</view>
<view>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment