diff --git a/components/PayDialog/index.vue b/components/PayDialog/index.vue
index 02225b3..7bd3e3c 100644
--- a/components/PayDialog/index.vue
+++ b/components/PayDialog/index.vue
@@ -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: "余额支付",
diff --git a/manifest.json b/manifest.json
index b47cb59..a516ceb 100644
--- a/manifest.json
+++ b/manifest.json
@@ -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" : {
diff --git a/pages/customer/feedback.vue b/pages/customer/feedback.vue
index 7716359..3ad7ea3 100644
--- a/pages/customer/feedback.vue
+++ b/pages/customer/feedback.vue
@@ -5,6 +5,7 @@
商城客服已离线
尊敬的用户,客服当前不在线,有问题请留言,我们会第一时间进行处理!
+ 客服电话:15850793174
@@ -62,7 +63,12 @@ export default {
}).catch(function (res) {
that.$util.showMsg(res.msg);
});
- }
+ },
+ callPhone(phone) {
+ uni.makePhoneCall({
+ phoneNumber: phone, // 电话号码
+ });
+ },
}
}
diff --git a/pages/special/details.vue b/pages/special/details.vue
index 4c0afa9..d12b823 100644
--- a/pages/special/details.vue
+++ b/pages/special/details.vue
@@ -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: [
{
diff --git a/utils/utils.js b/utils/utils.js
index 1cdcbdc..93b2d5f 100644
--- a/utils/utils.js
+++ b/utils/utils.js
@@ -540,6 +540,7 @@ export default {
vm.successOrder();
},
fail: function (err) {
+ console.log(err);
vm.extendOrder()
},
complete: () => {