1.删除积分支付

master
杨杰 3 years ago
parent 7f8ad8a04e
commit 57e7639a00
  1. 16
      high-unionPay/App.vue
  2. 1
      high-unionPay/pages/goods/goods-list/goods-list.vue
  3. 4
      high-unionPay/pages/order/confirmation.vue
  4. 10
      high-unionPay/pages/pay/payment/payment.vue
  5. 77
      high-unionPay/pages/tabBar/user/user.vue
  6. 4
      high-unionPay/pages/user/order_details/order_details.vue
  7. BIN
      high-unionPay/static/img/unionpay.png

@ -5,15 +5,15 @@
// brestUrl: 'http://192.168.3.4:9302/brest', // brestUrl: 'http://192.168.3.4:9302/brest',
// imgUrl: 'https://192.168.3.4:9301/filesystem/', // imgUrl: 'https://192.168.3.4:9301/filesystem/',
// //
// url: 'https://hsg.dctpay.com/crest', url: 'https://hsg.dctpay.com/crest',
// imgUrl: 'https://hsg.dctpay.com/filesystem/', imgUrl: 'https://hsg.dctpay.com/filesystem/',
// brestUrl : 'https://hsg.dctpay.com/brest', brestUrl : 'https://hsg.dctpay.com/brest',
// imageWxImg:'https://hsg.dctpay.com/filesystem/wxApplets/', imageWxImg:'https://hsg.dctpay.com/filesystem/wxApplets/',
// //
url: 'https://hsgcs.dctpay.com/crest', // url: 'https://hsgcs.dctpay.com/crest',
brestUrl : 'https://hsgcs.dctpay.com/brest', // brestUrl : 'https://hsgcs.dctpay.com/brest',
imgUrl: 'https://hsgcs.dctpay.com/filesystem/', // imgUrl: 'https://hsgcs.dctpay.com/filesystem/',
imageWxImg:'https://hsgcs.dctpay.com/filesystem/wxApplets/', // imageWxImg:'https://hsgcs.dctpay.com/filesystem/wxApplets/',
userInfo: "", userInfo: "",
brestUserInfo : '', brestUserInfo : '',
openId: '', openId: '',

@ -135,6 +135,7 @@
let pagenum = this.pageNum; let pagenum = this.pageNum;
let params = { let params = {
regionId: app.globalData.cityId, regionId: app.globalData.cityId,
// regionId: '510000',
pageNum: pagenum, pageNum: pagenum,
pageSize: this.pageSize, pageSize: this.pageSize,
displayArea: this.typeId, displayArea: this.typeId,

@ -73,7 +73,7 @@
</view> </view>
</view> </view>
<view class="width94 line1 mart5 marb5"></view> <view class="width94 line1 mart5 marb5"></view>
<view class="height50 width100 backcorfff" @tap="paytype='jinbi'"> <!-- <view class="height50 width100 backcorfff" @tap="paytype='jinbi'">
<view class="width70 flleft fcor333 fontwig6 font16 text1" style="padding-left: 4%;"> <view class="width70 flleft fcor333 fontwig6 font16 text1" style="padding-left: 4%;">
积分支付<text class="font14 fcor666 margle">可用积分: {{user.gold}}</text> 积分支付<text class="font14 fcor666 margle">可用积分: {{user.gold}}</text>
</view> </view>
@ -82,7 +82,7 @@
<radio :checked="paytype=='jinbi'" color="#0083f5" /> <radio :checked="paytype=='jinbi'" color="#0083f5" />
</view> </view>
</view> </view>
<view class="width94 line1 mart5 marb5"></view> <view class="width94 line1 mart5 marb5"></view> -->
<view class="height50 width100 backcorfff" @tap="paytype='unionPay'"> <view class="height50 width100 backcorfff" @tap="paytype='unionPay'">
<view class="width50 flleft fcor333 fontwig6 font16" style="padding-left: 4%;"> <view class="width50 flleft fcor333 fontwig6 font16" style="padding-left: 4%;">
银联支付 银联支付

@ -18,7 +18,7 @@
</view> </view>
<view class="content"> <view class="content">
<view class="pay-list"> <view class="pay-list">
<view class="row" @tap="paytype='jinbi'"> <!-- <view class="row" @tap="paytype='jinbi'">
<view class="left"> <view class="left">
<image src="../../../static/img/jfx.png"></image> <image src="../../../static/img/jfx.png"></image>
</view> </view>
@ -28,10 +28,10 @@
<view class="right"> <view class="right">
<radio :checked="paytype=='jinbi'" color="#0083f5" /> <radio :checked="paytype=='jinbi'" color="#0083f5" />
</view> </view>
</view> </view> -->
<view class="row" @tap="paytype='gonghuika'"> <view class="row" @tap="paytype='gonghuika'">
<view class="left"> <view class="left">
<image style="border-radius: 50%;" src="../../../static/img/ghkpay.png"></image> <image mode="widthFix" style="border-radius: 50%;" src="../../../static/img/unionpay.png"></image>
</view> </view>
<view class="center"> <view class="center">
银联支付 银联支付
@ -306,8 +306,8 @@
align-items: center; align-items: center;
image { image {
width: 80upx; width: 60upx;
height: 80upx; height: 60upx;
} }
} }

@ -16,8 +16,8 @@
<view class="right"> <view class="right">
<view class="username" v-if="!user.name">请授权登录</view> <view class="username" v-if="!user.name">请授权登录</view>
<view class="username" v-else>{{user.name}}</view> <view class="username" v-else>{{user.name}}</view>
<view class="font14 fcorfff" v-if="!user.gold">积分: 0</view> <!-- <view class="font14 fcorfff" v-if="!user.gold">积分: 0</view> -->
<view class="font14 fcorfff" v-else>积分: {{user.gold}} </view> <!-- <view class="font14 fcorfff" v-else>积分: {{user.gold}} </view> -->
<!-- <view class="signature" @tap="toSetting">{{user.signature}}</view> --> <!-- <view class="signature" @tap="toSetting">{{user.signature}}</view> -->
</view> </view>
<!-- 二维码按钮 --> <!-- 二维码按钮 -->
@ -77,9 +77,9 @@
<uni-badge text="1" type="error" /> <uni-badge text="1" type="error" />
</view> --> </view> -->
<uni-badge style="width: 20px;position: absolute; right: 53%;" v-if="row.text == '我的卡券' && textnum " <uni-badge style="width: 20px;position: absolute; right: 76%;" v-if="row.text == '我的卡券' && textnum "
:text="textnum" type="error" size="normal"></uni-badge> :text="textnum" type="error" size="normal"></uni-badge>
<uni-badge style="width: 20px;position: absolute; right: 30%;" <uni-badge style="width: 20px;position: absolute; right: 53%;"
v-if="row.text == '我的优惠券' && textSend " :text="textSend" type="error" size="normal"></uni-badge> v-if="row.text == '我的优惠券' && textSend " :text="textSend" type="error" size="normal"></uni-badge>
<view class="img"> <view class="img">
<image :src="imagewxUrl+row.img"></image> <image :src="imagewxUrl+row.img"></image>
@ -115,7 +115,8 @@
<view class="list"> <view class="list">
<view class="box" v-for="(row,index) in czList" :key="index" @tap="toPage(row.url,row.text)"> <view class="box" v-for="(row,index) in czList" :key="index" @tap="toPage(row.url,row.text)">
<view class="img"> <view class="img">
<image :src="row.img"></image> <image :src="row.img" v-if="row.type != 1"></image>
<image :src="imagewxUrl+row.img" v-else></image>
</view> </view>
<view class="text">{{row.text}}</view> <view class="text">{{row.text}}</view>
</view> </view>
@ -200,11 +201,11 @@
// text: '', // text: '',
// img: 'user/mingxi.png' // img: 'user/mingxi.png'
// }, // },
{ // {
url: '/pages/goods/recording/recording?id=2', // url: '/pages/goods/recording/recording?id=2',
text: '消费记录', // text: '',
img: 'user/quan.png' // img: 'user/quan.png'
}, // },
{ {
url: '/pages/user/mineCoupons/mineCoupons', url: '/pages/user/mineCoupons/mineCoupons',
text: '我的卡券', text: '我的卡券',
@ -218,21 +219,22 @@
], ],
// 广 // 广
mytgbarList: [ mytgbarList: [
// {
// url: '',
// text: '',
// img: 'user/kefu.png'
// },
{
url: '../../login/login?id=1',
text: '商户入口',
img: 'user/point.png'
},
{ {
url: '../../login/login?id=2', url: '',
text: '我的推广', text: '客服',
img: 'user/renw.png' img: 'user/kefu.png'
} }
// ,
// {
// url: '../../login/login?id=1',
// text: '',
// img: 'user/point.png'
// },
// {
// url: '../../login/login?id=2',
// text: '广',
// img: 'user/renw.png'
// }
// , // ,
// { // {
@ -280,11 +282,11 @@
if (!app.globalData.userInfo.isSetPayPwd) { if (!app.globalData.userInfo.isSetPayPwd) {
this.czList = [ this.czList = [
// { {
// url: '../../user/cardDes/cardDes', url: '',
// text: '', text: '客服',
// img: '../../../static/img/ghkpay.png' img: 'user/kefu.png'
// }, },
{ {
url: '../../login/updatePas/updatePas', url: '../../login/updatePas/updatePas',
text: '设置密码', text: '设置密码',
@ -295,15 +297,17 @@
} }
// '../../user/unionCard/unionCard' // '../../user/unionCard/unionCard'
this.czList = [ this.czList = [
// { {
// url: '../../user/cardDes/cardDes', url: '',
// text: '', text: '客服',
// img: '../../../static/img/ghkpay.png' img: 'user/kefu.png',
// }, type:1
},
{ {
url: '../../login/updatePas/resetPas', url: '../../login/updatePas/resetPas',
text: '修改密码', text: '修改密码',
img: '../../../static/img/pas.png' img: '../../../static/img/pas.png',
type:2
}, },
] ]
}, },
@ -416,6 +420,11 @@
uni.navigateTo({ uni.navigateTo({
url: url url: url
}) })
}else{
uni.showModal({
title: '客服',
content: '4006780738'
})
} }
} }

@ -61,7 +61,7 @@
{{recinfo.paySerialNo}} {{recinfo.paySerialNo}}
</view> </view>
</view> </view>
<view class="row" v-if="recinfo.payModel"> <!-- <view class="row" v-if="recinfo.payModel">
<view class="left"> <view class="left">
支付模式 : 支付模式 :
</view> </view>
@ -92,7 +92,7 @@
<view class="right" v-if="recinfo.payType == 4"> <view class="right" v-if="recinfo.payType == 4">
工会卡 工会卡
</view> </view>
</view> </view> -->
<view class="row" v-if="recinfo.totalPrice"> <view class="row" v-if="recinfo.totalPrice">
<view class="left"> <view class="left">
订单总额 : 订单总额 :

Binary file not shown.

After

Width:  |  Height:  |  Size: 398 KiB

Loading…
Cancel
Save