1.修改正式参数

yj-dev
杨杰 2 years ago
parent bdb3eec7f5
commit 50416cf8e8
  1. 32
      App.vue
  2. 32
      pages/tabBar/user/user.vue
  3. 2
      pages/welcome/welcome.vue
  4. 2
      qianzhu-KFC/confirmOrder/confirmOrder.vue

@ -95,23 +95,23 @@
// #endif // #endif
// #ifdef H5 // #ifdef H5
let that = this; let that = this;
that.globalData.url = 'https://hsgcs.dctpay.com/crest'; // that.globalData.url = 'https://hsgcs.dctpay.com/crest';
that.globalData.v1url = 'https://hsgcs.dctpay.com/v1'; // that.globalData.v1url = 'https://hsgcs.dctpay.com/v1';
that.globalData.orderurl = 'https://hsgcs.dctpay.com/order'; // that.globalData.orderurl = 'https://hsgcs.dctpay.com/order';
that.globalData.userurl = 'https://hsgcs.dctpay.com/user'; // that.globalData.userurl = 'https://hsgcs.dctpay.com/user';
that.globalData.brestUrl = 'https://hsgcs.dctpay.com/brest'; // that.globalData.brestUrl = 'https://hsgcs.dctpay.com/brest';
that.globalData.imgUrl = 'https://hsgcs.dctpay.com/filesystem/'; // that.globalData.imgUrl = 'https://hsgcs.dctpay.com/filesystem/';
that.globalData.imageWxImg = 'https://hsgcs.dctpay.com/filesystem/wxApplets/'; // that.globalData.imageWxImg = 'https://hsgcs.dctpay.com/filesystem/wxApplets/';
that.globalData.imageqrImg = 'https://hsgcs.dctpay.com/filesystem/temporary/'; // that.globalData.imageqrImg = 'https://hsgcs.dctpay.com/filesystem/temporary/';
// that.globalData.url = 'https://hsg.dctpay.com/crest'; that.globalData.url = 'https://hsg.dctpay.com/crest';
// that.globalData.v1url = 'https://hsg.dctpay.com/v1'; that.globalData.v1url = 'https://hsg.dctpay.com/v1';
// that.globalData.orderurl = 'https://hsg.dctpay.com/order'; that.globalData.orderurl = 'https://hsg.dctpay.com/order';
// that.globalData.userurl = 'https://hsg.dctpay.com/user'; that.globalData.userurl = 'https://hsg.dctpay.com/user';
// that.globalData.brestUrl = 'https://hsg.dctpay.com/brest'; that.globalData.brestUrl = 'https://hsg.dctpay.com/brest';
// that.globalData.imgUrl = 'https://hsg.dctpay.com/filesystem/'; that.globalData.imgUrl = 'https://hsg.dctpay.com/filesystem/';
// that.globalData.imageWxImg = 'https://hsg.dctpay.com/filesystem/wxApplets/'; that.globalData.imageWxImg = 'https://hsg.dctpay.com/filesystem/wxApplets/';
// that.globalData.imageqrImg = 'https://hsg.dctpay.com/filesystem/temporary/'; that.globalData.imageqrImg = 'https://hsg.dctpay.com/filesystem/temporary/';
uni.getStorage({ uni.getStorage({
key: 'openId', key: 'openId',
success(e) { success(e) {

@ -305,12 +305,12 @@
url: '../../login/updatePas/updatePas', url: '../../login/updatePas/updatePas',
text: '支付密码', text: '支付密码',
img: '../../../static/img/user/user11.png' img: '../../../static/img/user/user11.png'
}, },
{ {
url: '', url: '',
text: '退出登录', text: '退出登录',
img: '../../../static/img/user/user12.png' img: '../../../static/img/user/user12.png'
}, },
{ {
url: '', url: '',
text: '客服', text: '客服',
@ -320,8 +320,8 @@
return; return;
} }
this.czList = [{ this.czList = [{
url: '../../../subPages/cardsList/cardsList', url: '/pages/goods/recording/recording',
text: '卡包', text: '积分记录',
img: '../../../static/img/ghkpay.png' img: '../../../static/img/ghkpay.png'
}, },
{ {
@ -333,7 +333,7 @@
url: '', url: '',
text: '退出登录', text: '退出登录',
img: '../../../static/img/exit.png' img: '../../../static/img/exit.png'
}, },
{ {
url: '', url: '',
text: '客服', text: '客服',
@ -494,7 +494,7 @@
}) })
} }
}, },
toPage(url, item) { toPage(url, item) {
let that = this; let that = this;
if (item != '客服') { if (item != '客服') {
uni.navigateTo({ uni.navigateTo({
@ -534,14 +534,14 @@
loginOut().then(res => { loginOut().then(res => {
if (res.return_code == '000000') { if (res.return_code == '000000') {
app.globalData.userInfo = ''; app.globalData.userInfo = '';
app.globalData.token = ''; app.globalData.token = '';
that.textnum = ''; that.textnum = '';
that.textSend = ''; that.textSend = '';
that.therrNum = ''; that.therrNum = '';
that.whetherCheckNum = ''; that.whetherCheckNum = '';
that.orderPayNum = ''; that.orderPayNum = '';
that.rechargeOrderNum = ''; that.rechargeOrderNum = '';
that.userphone = ''; that.userphone = '';
that.user = ''; that.user = '';
uni.setStorage({ uni.setStorage({
key: "user", key: "user",
@ -567,8 +567,8 @@
</script> </script>
<style lang="scss"> <style lang="scss">
page { page {
background-color: #f5f5f5; background-color: #f5f5f5;
overflow: hidden; overflow: hidden;
overflow-y: auto; overflow-y: auto;
} }

@ -137,7 +137,7 @@
}, },
jumpcdx() { jumpcdx() {
location.href = location.href =
'https://open.weixin.qq.com/connect/oauth2/authorize?appid=wxa075e8509802f826&redirect_uri=https%3A%2F%2Fhsgcs.dctpay.com%2FhsgH5%2Findex.html%23%2F&response_type=code&scope=snsapi_base&state=1#wechat_redirect'; 'https://open.weixin.qq.com/connect/oauth2/authorize?appid=wxa075e8509802f826&redirect_uri=https%3A%2F%2Fhsg.dctpay.com%2FhsgH5%2Findex.html%23%2F&response_type=code&scope=snsapi_base&state=1#wechat_redirect';
}, },
} }
} }

@ -397,7 +397,7 @@
let datas = { let datas = {
"companyId": app.globalData.companyId, "companyId": app.globalData.companyId,
"price": this.payPrice, "price": this.payPrice,
"type": 4, "type": this.productType,
} }
getRebateIntegral(datas).then(res => { getRebateIntegral(datas).then(res => {
if (res.return_code == '000000') { if (res.return_code == '000000') {

Loading…
Cancel
Save