This commit is contained in:
linfso 2025-07-03 10:02:30 +08:00
parent 7ca1dfe226
commit 18a0617522
3 changed files with 38 additions and 9 deletions

View File

@ -2,8 +2,8 @@
"name" : "探路国际速运",
"appid" : "__UNI__BCB0FB5",
"description" : "探路国际速运",
"versionName" : "1.0.1",
"versionCode" : 1064,
"versionName" : "1.0.2",
"versionCode" : 1062,
"transformPx" : false,
/* 5+App特有相关 */
"app-plus" : {
@ -35,8 +35,6 @@
"Barcode" : {}
},
/* 应用发布信息
*/
"distribute" : {
/* android打包配置 */
@ -105,13 +103,20 @@
"push" : {},
"oauth" : {
"weixin" : {
"appid" : "wxcb329faf410bc997",
"appid" : "wx79c800bfadd5b081",
"UniversalLinks" : ""
}
},
"share" : {
"weixin" : {
"appid" : "wxcb329faf410bc997",
"appid" : "wx79c800bfadd5b081",
"UniversalLinks" : ""
}
},
"payment" : {
"weixin" : {
"__platform__" : [ "ios", "android" ],
"appid" : "wx79c800bfadd5b081",
"UniversalLinks" : ""
}
}
@ -191,7 +196,22 @@
"uniStatistics" : {
"enable" : true
},
"nativePlugins" : {}
"nativePlugins" : {
"Ba-Scanner" : {
"__plugin_info__" : {
"name" : "扫码原生插件 - 新(连续扫码、设置格式、任意自定义界面)Ba-Scanner",
"description" : "Ba-Scanner 是一款毫秒级扫码插件,采用Google MLKit。支持连续扫码,持续万次不卡顿;支持自定义任意界面、任意点击事件、权限说明;支持多码、相册、闪光灯、焦距缩放、提示音、震动等等。",
"platforms" : "Android",
"url" : "https://ext.dcloud.net.cn/plugin?id=9669",
"android_package_name" : "uni.UNIBCB0FB5",
"ios_bundle_id" : "uni.UNIBCB0FB5",
"isCloud" : true,
"bought" : 1,
"pid" : "9669",
"parameters" : {}
}
}
}
},
"Ba-Scanner" : {
"__plugin_info__" : {

View File

@ -35,6 +35,10 @@
<view class="blcok-white">
<!-- 地址选择 -->
<bpe-addressinfo-tmp v-model:value="submitParam" @onChange="handleAddressChange"></bpe-addressinfo-tmp>
<view class="mt-20" style=";text-align: right;">
<span style="#999;font-size:10px" v-if="submitParam.sendSiteName">寄件网点:<span class="font-weight " style="#000;">{{submitParam.sendSiteName }}</span></span>
<span style="#999;font-size:10px" v-if="submitParam.dispatchUnderlingSiteName">派件网点:<span class="font-weight" style="#000;">{{submitParam.dispatchUnderlingSiteName }}</span></span>
</view>
</view>
<view class="com-section mt-30">路线信息</view>
@ -473,6 +477,11 @@
if(qsParam.warehouseInNo) {
this.submitParam.warehouseInNo = qsParam.warehouseInNo
}
if(this.submitParam.startSiteCode==null){
this.submitParam.startSiteCode=this.submitParam.sendSiteCode;
this.submitParam.startSiteName=this.submitParam.sendSiteName;
}
this.pageLoading = false
},

View File

@ -61,7 +61,7 @@ export default {
commit(USERKEY.LOGOUT)
// 关闭socket
currentSocketTask.instance?.close?.({ noReConnect: true })
XdLbsUniSdk.getInstance("1000003").close();
// XdLbsUniSdk.getInstance("1000003").close();
},
async [USERKEY.GETUSERINFO]({
dispatch,
@ -91,7 +91,7 @@ export default {
createSocketMessage({ userInfo: info })
// lbs serice
XdLbsUniSdk.getInstance("1000003").init(info.empCode)
// XdLbsUniSdk.getInstance("1000003").init(info.empCode)
commit(USERKEY.GETUSERINFO, info)
},