feature/v-xuexi
wangdong 7 months ago
parent e29902579b
commit 8270181646
  1. 14
      components/PayDialog/index.vue
  2. 6
      manifest.json
  3. 8
      pages/customer/feedback.vue
  4. 16
      pages/special/details.vue
  5. 1
      utils/utils.js

@ -131,13 +131,13 @@ export default {
value: "weixin",
canuse: true,
},
{
id: 2,
name: "支付宝支付",
icon: "/static/svg/alipay.png",
value: "zhifubao",
canuse: this.isAlipay,
},
// {
// id: 2,
// name: "",
// icon: "/static/svg/alipay.png",
// value: "zhifubao",
// canuse: this.isAlipay,
// },
{
id: 3,
name: "余额支付",

@ -1,9 +1,9 @@
{
"name" : "梦航学习宝",
"appid" : "__UNI__640EC10",
"description" : "1.1.7",
"versionName" : "1.0.17",
"versionCode" : 117,
"description" : "1.1.8",
"versionName" : "1.0.18",
"versionCode" : 118,
"transformPx" : false,
/* 5+App */
"app-plus" : {

@ -5,6 +5,7 @@
<view class="left-wrapper">
<view class="title">商城客服已离线</view>
<view class="txt">尊敬的用户客服当前不在线有问题请留言我们会第一时间进行处理</view>
<view class="txt" style="margin-top: 10rpx;">客服电话<text @click="callPhone('15850793174')">15850793174</text></view>
</view>
<view class="img-box">
<image src="@/static/icon/feed-icon.png" mode=""></image>
@ -62,7 +63,12 @@ export default {
}).catch(function (res) {
that.$util.showMsg(res.msg);
});
}
},
callPhone(phone) {
uni.makePhoneCall({
phoneNumber: phone, //
});
},
}
}
</script>

@ -866,10 +866,10 @@
title: "详情",
value: 2,
},
{
title: "评价",
value: 5,
},
// {
// title: "",
// value: 5,
// },
],
otherNavlist: [
{
@ -880,10 +880,10 @@
title: "详情",
value: 2,
},
{
title: "评价",
value: 5,
},
// {
// title: "",
// value: 5,
// },
],
liveNavlist: [
{

@ -540,6 +540,7 @@ export default {
vm.successOrder();
},
fail: function (err) {
console.log(err);
vm.extendOrder()
},
complete: () => {

Loading…
Cancel
Save