Commit 690d6506 authored by 黄媛媛's avatar 黄媛媛

update

parent 82ea6e24
......@@ -29,7 +29,7 @@ Page({
let info = that.data.payInfo;
let payInfo = JSON.parse(options.data)
info.sOrderNo = payInfo.sOrderNo;
// info.sOrderNo =26;
// info.sOrderNo =28;
info.sProductName = payInfo.sProductName;
info.dTotalPrice = payInfo.dTotalPrice;
info.productId = payInfo.productId;
......
<view class="payok">
<view style="text-align:center;margin-top:200rpx">
<image style="width:100rpx;height:100rpx" src="../../../images/visa/xunazhong.png"></image>
<image style="width:100rpx;height:100rpx" src="http://imgfile.oytour.com/New/Upload/Cloud/2019-11/20191113050907499.png"></image>
</view>
<view style="text-align:center;margin-top:20rpx;color:#EE4454">支付成功</view>
<view style="text-align:center;margin-top:100rpx;">
......
......@@ -5,7 +5,8 @@ Page({
* 页面的初始数据
*/
data: {
urlHref:"http://activity.oytour.com/html/GT_activities.html",
urlHref: "",
// urlHref:"http://127.0.0.1:5500/html/GT_activities.html",
},
onLoad: function (options) {
......@@ -15,7 +16,9 @@ Page({
let token = admin.token;
let secretKey = admin.secretKey;
let platform = "xcx";
let urlHref = this.data.urlHref + "?customerId=" + customerId + '&accountId=' + accountId + '&token=' + token + '&secretKey=' + secretKey + '&platform=' + platform;
let src = "http://activity.oytour.com/html/GT_activities.html";
// let src ="http://127.0.0.1:5500/html/GT_activities.html";
let urlHref = src + "?customerId=" + customerId + '&accountId=' + accountId + '&token=' + token + '&secretKey=' + secretKey + '&platform=' + platform;
this.setData({
urlHref: urlHref
......
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