From dd243bce58931c90a89e7b6d4628b3c10aa18cf6 Mon Sep 17 00:00:00 2001
From: 叶富雄 <yefuxiong@yeah.net>
Date: Sat, 14 Mar 2026 02:07:02 +0800
Subject: [PATCH] ui
---
pages/quanyi/add.vue | 4 ++--
pages/addBank/addBank.vue | 2 +-
manifest.json | 20 +++++++++++++++++---
main.js | 13 +++++--------
pages/addAddr/addAddr.vue | 2 +-
pages/address/address.vue | 8 ++++----
6 files changed, 30 insertions(+), 19 deletions(-)
diff --git a/main.js b/main.js
index 5e4d952..404f9a3 100644
--- a/main.js
+++ b/main.js
@@ -7,9 +7,6 @@
Vue.config.productionTip = false
App.mpType = 'app'
Vue.prototype.$webHost = 'https://rbb98765.zrgy-bbg.com'
-if(process.env.NODE_ENV !== 'production' || window.location.host.includes('test') ){
- Vue.prototype.$webHost = 'https://rbb98765.zrgy-bbg.com'
-}
Vue.prototype.$util = util
Vue.prototype.$baseUrl = 'https://tmy.xjzbh.com'
Vue.prototype.$bank = [
@@ -17,7 +14,7 @@
'中国建设银行',
'中国银行',
'中国农业银行',
- '中国邮政储蓄银行',
+ '中国邮政储蓄银行',
'中国交通银行',
'浦东发展银行',
'中信银行',
@@ -37,7 +34,7 @@
'公司企业',
'政府机关',
'事业单位',
- '社会组织',
+ '社会组织',
'灵活就业',
]
Vue.prototype.$relation = [
@@ -45,7 +42,7 @@
'配偶',
'同事',
'好友',
- '同学',
+ '同学',
'其他',
]
Vue.prototype.$income = [
@@ -53,7 +50,7 @@
'5000-10000',
'10000-20000',
'20000-30000',
- '30000以上',
+ '30000以上',
]
// 全局跳转方法
Vue.prototype.$goWebUrl = function(url) {
@@ -78,4 +75,4 @@
app
}
}
-// #endif
\ No newline at end of file
+// #endif
diff --git a/manifest.json b/manifest.json
index 1462fd1..62f0e3c 100644
--- a/manifest.json
+++ b/manifest.json
@@ -1,6 +1,6 @@
{
"name" : "齐享购",
- "appid" : "__UNI__3333B1D",
+ "appid" : "__UNI__AEFE893",
"description" : "",
"versionName" : "1.3.6",
"versionCode" : 136,
@@ -148,13 +148,27 @@
"description" : "核身服务",
"platforms" : "Android,iOS",
"url" : "https://ext.dcloud.net.cn/plugin?id=10378",
- "android_package_name" : "",
- "ios_bundle_id" : "com.qxg.app",
+ "android_package_name" : "com.zhibaohui.qxg",
+ "ios_bundle_id" : "",
"isCloud" : true,
"bought" : 1,
"pid" : "10378",
"parameters" : {}
}
+ },
+ "DC-WBNormal" : {
+ "__plugin_info__" : {
+ "name" : "DC-WBNormal",
+ "description" : "WB Normal SDK uni-app 插件",
+ "platforms" : "Android",
+ "url" : "https://ext.dcloud.net.cn/plugin?id=1491",
+ "android_package_name" : "com.zhibaohui.qxg",
+ "ios_bundle_id" : "",
+ "isCloud" : true,
+ "bought" : 1,
+ "pid" : "1491",
+ "parameters" : {}
+ }
}
}
},
diff --git a/pages/addAddr/addAddr.vue b/pages/addAddr/addAddr.vue
index 65e0e0f..6ea1f7a 100644
--- a/pages/addAddr/addAddr.vue
+++ b/pages/addAddr/addAddr.vue
@@ -27,7 +27,7 @@
<view class="addrBtn" @tap="addrSave">保存</view>
<view class="tips">
<view class="tipsTitle">
- <image src="/static/imgs/notice2.png" ></image>
+ <image src="/static/imgs/notice2.png" mode=""></image>
<text>温馨提示</text>
</view>
<view class="tipsDesc">请填写真实有效的收货地址,以便我们提供方便快捷的收货体验。若因地址有误或无故拒收导致退货,以及货品运送期间要求修改地址,<text>从而产生的退回以及转运费用将由用户自行承担,敬请仔细填写。</text></view>
diff --git a/pages/addBank/addBank.vue b/pages/addBank/addBank.vue
index 4bbda24..8a085bb 100644
--- a/pages/addBank/addBank.vue
+++ b/pages/addBank/addBank.vue
@@ -36,7 +36,7 @@
<view class="addrBtn" @tap="bankSave" v-else>保存</view>
<view class="tips">
<view class="tipsTitle">
- <image src="/static/imgs/notice2.png" ></image>
+ <image src="/static/imgs/notice2.png" mode=""></image>
<text>温馨提示</text>
</view>
<view class="tipsDesc">
diff --git a/pages/address/address.vue b/pages/address/address.vue
index 35e1001..d121b5a 100644
--- a/pages/address/address.vue
+++ b/pages/address/address.vue
@@ -8,7 +8,7 @@
<text>{{item.phone}}</text>
</view>
<view class="addr-v">{{item.area}}({{item.addr}})</view>
- <image class="rgt" src="/static/imgs/right.png" ></image>
+ <image class="rgt" src="/static/imgs/right.png" mode=""></image>
</view>
<view class="addr-c">
<view class="addr-df">
@@ -18,11 +18,11 @@
</view>
<view class="addr-c-main">
<view class="addr-c-c" @tap="$util.goPages('/pages/addAddr/addAddr?id=' + item.id)">
- <image src="/static/imgs/edit.png" ></image>
+ <image src="/static/imgs/edit.png" mode=""></image>
<text>编辑</text>
</view>
<view class="addr-c-c" @tap="delConfirm(item.id, index)">
- <image src="/static/imgs/del.png" ></image>
+ <image src="/static/imgs/del.png" mode=""></image>
<text>删除</text>
</view>
</view>
@@ -30,7 +30,7 @@
</view>
</view>
<view class="noData" v-else>
- <image src="/static/imgs/noData.png" ></image>
+ <image src="/static/imgs/noData.png" mode=""></image>
<view class="">没有地址信息</view>
</view>
<view class="addrBtn" @tap="addAddr">添加地址</view>
diff --git a/pages/quanyi/add.vue b/pages/quanyi/add.vue
index 9924a78..22ca064 100644
--- a/pages/quanyi/add.vue
+++ b/pages/quanyi/add.vue
@@ -2,8 +2,8 @@
import offIcon from '@/static/imgs/icons/off.png'
import leftIcon from '@/static/imgs/icons/left.png'
import kkIcon from '@/static/imgs/icons/kk.png'
-import addAddress from "./components/addAddress";
-import agreement from "./components/agreement";
+import addAddress from "@/pages/quanyi/components/addAddress";
+import agreement from "@/pages/quanyi/components/agreement";
export default {
name: "add",
components: {
--
Gitblit v1.9.3