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", value: "weixin",
canuse: true, canuse: true,
}, },
{ // {
id: 2, // id: 2,
name: "支付宝支付", // name: "",
icon: "/static/svg/alipay.png", // icon: "/static/svg/alipay.png",
value: "zhifubao", // value: "zhifubao",
canuse: this.isAlipay, // canuse: this.isAlipay,
}, // },
{ {
id: 3, id: 3,
name: "余额支付", name: "余额支付",

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

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

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

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

Loading…
Cancel
Save