feat: 修改电话号码

This commit is contained in:
2025-08-23 15:29:32 +08:00
parent e763c6944a
commit d50d5d2fcc
4 changed files with 116 additions and 103 deletions
+92 -90
View File
@@ -1,36 +1,36 @@
{
"name": "信任桥",
"appid": "__UNI__4910728",
"description": "信任桥优品是一款集线上商城、线下联盟商家的DAO聚合商城;通过“有趣”“有利”“有希望”的卖货玩法,吸引消费者、推广者、商家、投资人参与生态,共同打造共创共享的全球产业生态。",
"versionName": "1.0.0",
"versionCode": 125,
"transformPx": false,
"name" : "信任桥",
"appid" : "__UNI__4910728",
"description" : "信任桥优品是一款集线上商城、线下联盟商家的DAO聚合商城;通过“有趣”“有利”“有希望”的卖货玩法,吸引消费者、推广者、商家、投资人参与生态,共同打造共创共享的全球产业生态。",
"versionName" : "1.0.0",
"versionCode" : 125,
"transformPx" : false,
/* 5+App特有相关 */
"app-plus": {
"name": "哈希优品",
"usingComponents": true,
"nvueStyleCompiler": "uni-app",
"compilerVersion": 3,
"ios": {
"deploymentTarget": "13.0"
"app-plus" : {
"name" : "哈希优品",
"usingComponents" : true,
"nvueStyleCompiler" : "uni-app",
"compilerVersion" : 3,
"ios" : {
"deploymentTarget" : "13.0"
},
"splashscreen": {
"alwaysShowBeforeRender": true,
"waiting": true,
"autoclose": true,
"delay": 0
"splashscreen" : {
"alwaysShowBeforeRender" : true,
"waiting" : true,
"autoclose" : true,
"delay" : 0
},
/* 模块配置 */
"modules": {
"Payment": {},
"Camera": {}
"modules" : {
"Payment" : {},
"Camera" : {}
},
/* 应用发布信息 */
"distribute": {
"distribute" : {
/* android打包配置 */
"android": {
"schemes": ["trustbridgeapp"],
"permissions": [
"android" : {
"schemes" : [ "trustbridgeapp" ],
"permissions" : [
"<uses-permission android:name=\"android.permission.CHANGE_NETWORK_STATE\"/>",
"<uses-permission android:name=\"android.permission.MOUNT_UNMOUNT_FILESYSTEMS\"/>",
"<uses-permission android:name=\"android.permission.VIBRATE\"/>",
@@ -49,93 +49,95 @@
]
},
/* ios打包配置 */
"ios": {
"dSYMs": false,
"idfa": false,
"urltypes": [{
"urlidentifier": "com.trustbridgeapp.mm",
"urlschemes": ["trustbridgeapp"]
}],
"associatedDomains": ["applinks:ulink.trustbridgeapp.com"]
"ios" : {
"dSYMs" : false,
"idfa" : false,
"urltypes" : [
{
"urlidentifier" : "com.trustbridgeapp.mm",
"urlschemes" : [ "trustbridgeapp" ]
}
],
"associatedDomains" : [ "applinks:ulink.trustbridgeapp.com" ]
},
/* SDK配置 */
"sdkConfigs": {
"payment": {
"alipay": {
"__platform__": ["ios", "android"]
"sdkConfigs" : {
"payment" : {
"alipay" : {
"__platform__" : [ "ios", "android" ]
}
}
},
"icons": {
"android": {
"hdpi": "unpackage/res/icons/72x72.png",
"xhdpi": "unpackage/res/icons/96x96.png",
"xxhdpi": "unpackage/res/icons/144x144.png",
"xxxhdpi": "unpackage/res/icons/192x192.png"
"icons" : {
"android" : {
"hdpi" : "unpackage/res/icons/72x72.png",
"xhdpi" : "unpackage/res/icons/96x96.png",
"xxhdpi" : "unpackage/res/icons/144x144.png",
"xxxhdpi" : "unpackage/res/icons/192x192.png"
},
"ios": {
"appstore": "unpackage/res/icons/1024x1024.png",
"ipad": {
"app": "unpackage/res/icons/76x76.png",
"app@2x": "unpackage/res/icons/152x152.png",
"notification": "unpackage/res/icons/20x20.png",
"notification@2x": "unpackage/res/icons/40x40.png",
"proapp@2x": "unpackage/res/icons/167x167.png",
"settings": "unpackage/res/icons/29x29.png",
"settings@2x": "unpackage/res/icons/58x58.png",
"spotlight": "unpackage/res/icons/40x40.png",
"spotlight@2x": "unpackage/res/icons/80x80.png"
"ios" : {
"appstore" : "unpackage/res/icons/1024x1024.png",
"ipad" : {
"app" : "unpackage/res/icons/76x76.png",
"app@2x" : "unpackage/res/icons/152x152.png",
"notification" : "unpackage/res/icons/20x20.png",
"notification@2x" : "unpackage/res/icons/40x40.png",
"proapp@2x" : "unpackage/res/icons/167x167.png",
"settings" : "unpackage/res/icons/29x29.png",
"settings@2x" : "unpackage/res/icons/58x58.png",
"spotlight" : "unpackage/res/icons/40x40.png",
"spotlight@2x" : "unpackage/res/icons/80x80.png"
},
"iphone": {
"app@2x": "unpackage/res/icons/120x120.png",
"app@3x": "unpackage/res/icons/180x180.png",
"notification@2x": "unpackage/res/icons/40x40.png",
"notification@3x": "unpackage/res/icons/60x60.png",
"settings@2x": "unpackage/res/icons/58x58.png",
"settings@3x": "unpackage/res/icons/87x87.png",
"spotlight@2x": "unpackage/res/icons/80x80.png",
"spotlight@3x": "unpackage/res/icons/120x120.png"
"iphone" : {
"app@2x" : "unpackage/res/icons/120x120.png",
"app@3x" : "unpackage/res/icons/180x180.png",
"notification@2x" : "unpackage/res/icons/40x40.png",
"notification@3x" : "unpackage/res/icons/60x60.png",
"settings@2x" : "unpackage/res/icons/58x58.png",
"settings@3x" : "unpackage/res/icons/87x87.png",
"spotlight@2x" : "unpackage/res/icons/80x80.png",
"spotlight@3x" : "unpackage/res/icons/120x120.png"
}
}
},
"splashscreen": {
"useOriginalMsgbox": true
"splashscreen" : {
"useOriginalMsgbox" : true
}
},
/*忽略版本提示*/
"compatible": {
"ignoreVersion": true
"compatible" : {
"ignoreVersion" : true
}
},
/* 快应用特有相关 */
"quickapp": {},
"quickapp" : {},
/* 小程序特有相关 */
"mp-weixin": {
"appid": "wx376a16a88befe265",
"setting": {
"urlCheck": false,
"minified": true,
"uglifyFileName": true,
"es6": true,
"postcss": true,
"sourcemap": false
"mp-weixin" : {
"appid" : "wx376a16a88befe265",
"setting" : {
"urlCheck" : false,
"minified" : true,
"uglifyFileName" : true,
"es6" : true,
"postcss" : true,
"sourcemap" : false
},
"usingComponents": true,
"optimization": {
"subPackages": true
"usingComponents" : true,
"optimization" : {
"subPackages" : true
}
},
"mp-alipay": {
"usingComponents": true
"mp-alipay" : {
"usingComponents" : true
},
"mp-baidu": {
"usingComponents": true
"mp-baidu" : {
"usingComponents" : true
},
"mp-toutiao": {
"usingComponents": true
"mp-toutiao" : {
"usingComponents" : true
},
"uniStatistics": {
"enable": false
"uniStatistics" : {
"enable" : false
},
"vueVersion": "3"
"vueVersion" : "3"
}
+9 -1
View File
@@ -55,7 +55,9 @@
</up-input>
</view> -->
<view class="register_info_item">
<up-input placeholder="推荐码" border="surround" v-model="form.referralCode" :customStyle="inputCss"></up-input>
<up-input placeholder="推荐码" border="surround" v-model="form.referralCode" :customStyle="inputCss"
:disabled="disabled"></up-input>
</view>
</view>
@@ -110,12 +112,18 @@ export default {
transactionCodeIsShow: false,// 交易密码
isPolicy: false,
butLoading: false,
disabled: false,
}
},
onLoad() {
const pages = getCurrentPages();
const currentPage = pages[pages.length - 1];
const id = currentPage.options?.key;
if (id) {
this.disabled = true;
}
this.form.referralCode = id;
},
computed: {
+12 -9
View File
@@ -2,7 +2,8 @@
<view class="order_warp">
<view class="order_header">
<up-image src="/static/common/left.png" width="20" height="20" bgColor="#f1f6ff00" @click="jumpLeft"></up-image>
<up-search shape="round" bgColor="#FFFFFFFF" :showAction="false" @blur="onBlur" @search="searchFun" v-model="search"></up-search>
<up-search shape="round" bgColor="#FFFFFFFF" :showAction="false" @blur="onBlur" @search="searchFun"
v-model="search"></up-search>
</view>
<view class="order_type_title">
<view :class="form.type === item.id ? 'order_type_title_item order_type_title_item_sel' : 'order_type_title_item'"
@@ -12,7 +13,7 @@
</view>
<scroll-view scroll-y="true" @scrolltolower="loadMore" style="height: calc(100vh - 300rpx);">
<view v-if="orderList && orderList.length !== 0" class="order_list_warp">
<view class="order_item" v-for="(item,index) in orderList" :key="item.id">
<view class="order_item" v-for="(item, index) in orderList" :key="item.id">
<!-- 头部 -->
<view class="order_item_header">
<view class="order_item_header_left">
@@ -77,8 +78,8 @@
<view class="operate_comm operate_but_2" v-if="item.status === ORDER_TYPE.NOT_RECEIVE"
@click="confirmReceiptOk(item)">确认收货
</view>
<view class="operate_comm operate_but_2" v-if="!isCheckSigne && index == 0 && item.status === ORDER_TYPE.SUCCEED "
@click="downShow = true">去签署
<view class="operate_comm operate_but_2"
v-if="!isCheckSigne && index == 0 && item.status === ORDER_TYPE.SUCCEED" @click="downShow = true">去签署
</view>
<!-- <view class="operate_comm operate_but_3" v-if="item.status === ORDER_TYPE.UNSHIPPED">提醒发货</view> -->
<view class="operate_comm operate_but_1"
@@ -158,7 +159,8 @@
<view class="content_info">
<view class="content_info_title">客服电话</view>
<view class="content_info_mobile">
{{ CUSTOMER_SERVICE_PHONE_NUMBER }}
<!-- {{ CUSTOMER_SERVICE_PHONE_NUMBER }} -->
18945829413
<view style="margin-left: 20rpx;">
<up-image src="/static/common/copy_c.png" width="14" height="14" bgColor="#f1f6ff00"
@click="copyMobile(CUSTOMER_SERVICE_PHONE_NUMBER)"></up-image>
@@ -174,7 +176,8 @@
<view class="content_info">
<view class="content_info_title">客服微信</view>
<view class="content_info_mobile">
{{ CUSTOMER_SERVICE_PHONE_NUMBER }}
<!-- {{ CUSTOMER_SERVICE_PHONE_NUMBER }} -->
W-418613
<view style="margin-left: 20rpx;">
<up-image src="/static/common/copy_c.png" width="14" height="14" bgColor="#f1f6ff00"
@click="copyMobile(CUSTOMER_SERVICE_PHONE_NUMBER)"></up-image>
@@ -288,7 +291,7 @@ export default {
downShow: false,
selectItem: null,
userInfo: null,
search:''
search: ''
}
},
@@ -336,7 +339,7 @@ export default {
url: '/pages/mine/mine',
})
},
onBlur(){
onBlur() {
this.loadData();
},
searchFun(val) {
@@ -403,7 +406,7 @@ export default {
page,
pageSize,
}
if(this.search){
if (this.search) {
params['search'] = this.search;
}
const data = await getOrderList(params);
@@ -55,8 +55,8 @@
2. 本协议自您首次使用本商城服务时生效。 <br />
客服联系方式:<br />
电话:18888888888<br />
邮箱:deshanghui2025@163.com <br />
电话:18945829413<br />
邮箱:2587727989@qq.com <br />
在线客服:商城APP/网站内联系<br />