添加代码
This commit is contained in:
+23
-15
@@ -5,8 +5,14 @@ const utils_enumUtils = require("../../utils/enumUtils.js");
|
||||
const utils_index = require("../../utils/index.js");
|
||||
const api_order = require("../../api/order.js");
|
||||
const api_auth = require("../../api/auth.js");
|
||||
const utils_config = require("../../utils/config.js");
|
||||
const CustomTabBar = () => "../../components/custom-tab-bar.js";
|
||||
const _sfc_main = {
|
||||
computed: {
|
||||
CUSTOMER_SERVICE_PHONE_NUMBER() {
|
||||
return utils_config.CUSTOMER_SERVICE_PHONE_NUMBER;
|
||||
}
|
||||
},
|
||||
components: { CustomTabBar },
|
||||
data() {
|
||||
return {
|
||||
@@ -115,12 +121,12 @@ const _sfc_main = {
|
||||
// url:'/static/mine/tool_team.png',
|
||||
// path:"/pages/mine_my_team/mine_my_team",
|
||||
// },
|
||||
{
|
||||
id: 6,
|
||||
title: "卡券",
|
||||
url: "/static/mine/tool_kj.png"
|
||||
// path:"/pages/mine_coupon/mine_coupon",
|
||||
},
|
||||
// {
|
||||
// id:6,
|
||||
// title:"卡券",
|
||||
// url:'/static/mine/tool_kj.png',
|
||||
// // path:"/pages/mine_coupon/mine_coupon",
|
||||
// },
|
||||
{
|
||||
id: 7,
|
||||
title: "联系客服",
|
||||
@@ -237,6 +243,7 @@ const _sfc_main = {
|
||||
copyMobile(mobile) {
|
||||
utils_index.copyData(mobile);
|
||||
this.brandShow = false;
|
||||
this.serviceShow = false;
|
||||
},
|
||||
// 查询统计
|
||||
async getStatistics() {
|
||||
@@ -429,7 +436,7 @@ function _sfc_render(_ctx, _cache, $props, $setup, $data, $options) {
|
||||
};
|
||||
}),
|
||||
B: common_vendor.p({
|
||||
tabIndex: 3
|
||||
tabIndex: 4
|
||||
}),
|
||||
C: common_vendor.p({
|
||||
src: "/static/common/close.png",
|
||||
@@ -457,27 +464,28 @@ function _sfc_render(_ctx, _cache, $props, $setup, $data, $options) {
|
||||
I: common_vendor.o(($event) => {
|
||||
$data.serviceShow = false;
|
||||
}),
|
||||
J: common_vendor.o(($event) => $options.copyMobile("13888888888")),
|
||||
K: common_vendor.o(($event) => {
|
||||
J: common_vendor.t($options.CUSTOMER_SERVICE_PHONE_NUMBER),
|
||||
K: common_vendor.o(($event) => $options.copyMobile($options.CUSTOMER_SERVICE_PHONE_NUMBER)),
|
||||
L: common_vendor.o(($event) => {
|
||||
$data.serviceShow = false;
|
||||
}),
|
||||
L: common_vendor.p({
|
||||
M: common_vendor.p({
|
||||
show: $data.serviceShow,
|
||||
showConfirmButton: false
|
||||
}),
|
||||
M: common_vendor.p({
|
||||
N: common_vendor.p({
|
||||
src: "/static/common/close.png",
|
||||
width: "20",
|
||||
height: "20",
|
||||
bgColor: "#f1f6ff00"
|
||||
}),
|
||||
N: common_vendor.o(($event) => {
|
||||
$data.openShow = false;
|
||||
}),
|
||||
O: common_vendor.o(($event) => {
|
||||
$data.openShow = false;
|
||||
}),
|
||||
P: common_vendor.p({
|
||||
P: common_vendor.o(($event) => {
|
||||
$data.openShow = false;
|
||||
}),
|
||||
Q: common_vendor.p({
|
||||
show: $data.openShow,
|
||||
showConfirmButton: false
|
||||
})
|
||||
|
||||
+1
-1
File diff suppressed because one or more lines are too long
Reference in New Issue
Block a user