AA
This commit is contained in:
@@ -2,13 +2,11 @@
|
||||
title="个人中心"
|
||||
left-text=""
|
||||
right-text=""
|
||||
left-arrow
|
||||
bind:click-left="onClickLeft"
|
||||
bind:click-right="onClickRight"
|
||||
style=" position: fixed;left: 0;top: 0;width: 100%;z-index: 2;"
|
||||
/>
|
||||
|
||||
|
||||
<view style="margin-top: {{height}}px;">
|
||||
<view wx:if="{{uidFlag}}">
|
||||
<view class="content">
|
||||
@@ -42,7 +40,7 @@
|
||||
</view>
|
||||
</view> -->
|
||||
|
||||
<view class="substance" bindtap="tuiguang">
|
||||
<!-- <view class="substance" bindtap="tuiguang">
|
||||
<view style="display:flex">
|
||||
<image src="/pages/image/Bargain.png" style="width:34rpx;height:34rpx;"></image>
|
||||
<view class="price">我的推广</view>
|
||||
@@ -50,7 +48,7 @@
|
||||
<view>
|
||||
<image src="/pages/image/right1.png" style="width:15rpx;height:28rpx"></image>
|
||||
</view>
|
||||
</view>
|
||||
</view> -->
|
||||
</view>
|
||||
|
||||
<view class="content" wx:else>
|
||||
|
||||
@@ -58,10 +58,10 @@ Page({
|
||||
|
||||
// 确认支付
|
||||
confirm_payy: async function () {
|
||||
wx.showToast({
|
||||
title: '点击了',
|
||||
icon: 'none'
|
||||
});
|
||||
// wx.showToast({
|
||||
// title: '点击了',
|
||||
// icon: 'none'
|
||||
// });
|
||||
var that = this;
|
||||
if (!this.data.is_ok_click) {
|
||||
that.setData({
|
||||
@@ -163,30 +163,6 @@ Page({
|
||||
wx.navigateTo({
|
||||
url: '/shopping/pages/paysuccess/paysuccess?' + "order_id=" + that.data.order_id,
|
||||
});
|
||||
|
||||
|
||||
// console.log('timeStamp==' + res.data.data.timeStamp)
|
||||
// console.log('nonceStr==' + res.data.data.nonceStr)
|
||||
// console.log('package==' + res.data.data.package)
|
||||
// console.log('signType==' + res.data.data.signType)
|
||||
// console.log('paySign==' + res.data.data.paySign)
|
||||
// wx.requestPayment({
|
||||
// timeStamp: res.data.data.timeStamp,
|
||||
// nonceStr: res.data.data.nonceStr,
|
||||
// package: res.data.data.package,
|
||||
// signType: res.data.data.signType,
|
||||
// paySign: res.data.data.paySign,
|
||||
// success(res) {
|
||||
// console.log('支付成功');
|
||||
// app.console(that.data.order_id + "======要传的order_id")
|
||||
// wx.navigateTo({
|
||||
// url: '/shopping/pages/paysuccess/paysuccess?' + "order_id=" + that.data.order_id,
|
||||
// });
|
||||
// },
|
||||
// fail(res) {
|
||||
// console.log('支付失败');
|
||||
// }
|
||||
// })
|
||||
} else {
|
||||
wx.showToast({
|
||||
title: res.data.msg,
|
||||
|
||||
@@ -95,7 +95,7 @@
|
||||
<view style="height: 1rpx;background: #ECECEC;"></view>
|
||||
|
||||
<view class="peisong-way" style="margin-bottom: 30rpx;">
|
||||
<textarea style="font-size: 26rpx;padding-left: 19rpx;padding-top: 19rpx;" model:value="{{beizhu}}" bindinput="input" placeholder="填写补充说明。" />
|
||||
<textarea style="width: 620rpx;height: 4em;font-size: 26rpx;padding-left: 19rpx;padding-top: 19rpx;" model:value="{{beizhu}}" bindinput="input" placeholder="填写补充说明。" />
|
||||
|
||||
</view>
|
||||
</view>
|
||||
|
||||
Reference in New Issue
Block a user