diff --git a/components/common/auto-width-input.vue b/components/common/auto-width-input.vue
new file mode 100644
index 0000000..43d2ac5
--- /dev/null
+++ b/components/common/auto-width-input.vue
@@ -0,0 +1,148 @@
+
+
+
+
+ {{ modelValue || placeholder }}
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/components/message/chat/chat-layout.vue b/components/message/chat/chat-layout.vue
index 8bc4cb0..2c910bd 100644
--- a/components/message/chat/chat-layout.vue
+++ b/components/message/chat/chat-layout.vue
@@ -16,7 +16,7 @@
:src="chatInfo.img || `/static/image/phone-message/${phone}/default.png`">
{{ chatInfo.title }}
- 重庆
+ {{ chatInfo.area }}
{{ item.products[0].title }}
{{ item.products[0].desc }}
-
- {{ tag }}
+
+ {{ item.products[0].service }}
@@ -120,7 +120,7 @@
本单可享 {{ item.promoHighlight
- }},快去支付吧~
+ }},快去支付吧~
当笔订单返现成功到账,点击领取
diff --git a/main.js b/main.js
index eb31d1d..299796a 100644
--- a/main.js
+++ b/main.js
@@ -27,7 +27,7 @@ export function createApp() {
const systemInfo = uni.getStorageSync('systemInfo') || {}
app.config.globalProperties.$system = systemInfo.platform == 'ios' ? 'iOS' : 'Android'
app.config.globalProperties.$systemInfo = systemInfo
- uni.setStorageSync('version', '1.0.3.sp17')
+ uni.setStorageSync('version', '1.0.4.sp2')
app.config.globalProperties.$version = uni.getStorageSync('version')
app.use(globalMethods);
return {
diff --git a/pages/message/list-index.vue b/pages/message/list-index.vue
index cfd59ad..e6640bd 100644
--- a/pages/message/list-index.vue
+++ b/pages/message/list-index.vue
@@ -48,6 +48,10 @@
联系人
+
+ 地区
+
+
取消通知
@@ -313,6 +317,7 @@ const openAddPopup = () => {
addForm.title = ''
addForm.img = ''
addForm.content = ''
+ addForm.area = ''
addForm.unRead = false
addForm.unReadNumber = 1
addForm.noNotice = false
@@ -347,6 +352,7 @@ const editItem = (item) => {
addForm.img = item.img || ''
addForm.imgShape = item.imgShape || 'circle'
addForm.content = ''
+ addForm.area = item.area || ''
addForm.unRead = !!item.unRead
addForm.unReadNumber = item.unReadNumber || 0
addForm.noNotice = item.noNotice || false
@@ -387,6 +393,7 @@ const confirmAdd = async () => {
defaultList.value[idx].unReadNumber = addForm.unReadNumber
defaultList.value[idx].noNotice = addForm.noNotice
defaultList.value[idx].imgShape = addForm.imgShape
+ defaultList.value[idx].area = addForm.area
defaultList.value[idx].time = time
}
} else {
@@ -399,6 +406,7 @@ const confirmAdd = async () => {
img: finalImgPath,
title: addForm.title.trim(),
imgShape: addForm.imgShape,
+ area: addForm.area,
chatList: addForm.content.trim() ? [
{
id: stringUtil.uuid(),
diff --git a/pages/other/ranking/ranking.vue b/pages/other/ranking/ranking.vue
index 7157dca..01ab5b3 100644
--- a/pages/other/ranking/ranking.vue
+++ b/pages/other/ranking/ranking.vue
@@ -9,21 +9,25 @@
:style="type == 'skin' ? { backgroundColor: skinBgColor } : {}">
{{ title }}
-
+
-
+
-
{{ item.label }}
-
+ -->
+
+
@@ -88,17 +92,21 @@
:css="`display: flex; min-height: 148rpx; border-bottom: ${index === tierList.length - 1 ? 'none' : '3rpx solid #333'};`">
-
+
+
-
+
-
@@ -112,8 +120,18 @@
-
+
\ No newline at end of file
diff --git a/pages/shopping/jingdong/json/order.json b/pages/shopping/jingdong/json/order.json
index 703b473..9584e3a 100644
--- a/pages/shopping/jingdong/json/order.json
+++ b/pages/shopping/jingdong/json/order.json
@@ -5,15 +5,19 @@
"shopType": "self",
"shopName": "安野屋 (AARYE) 京联名哈哈哈哈哈哈哈哈哈哈哈哈哈哈哈好梦",
"status": "等待付款",
- "statusDesc": "20小时11分钟",
+ "statusDesc": "18 : 25 : 46",
+ "consignee": "肖战",
+ "phone": "152633221112",
+ "fullAddress": "上海市浦东新区世纪大道123号",
+ "totalPrice": "69.00",
+ "carriage": "0.00",
"products": [
{
- "image": "/static/image/shopping/jingdong/product1.png",
- "title": "安野哈哈哈哈哈哈哈哈哈哈哈哈好好",
+ "image": "",
+ "name": "哈哈哈哈哈",
+ "title": "安野屋(AARYE)红红火火恍恍惚惚哈哈哈哈哈好",
"desc": "联名哈哈哈哈哈哈哈哈哈哈哈哈哈哈哈好梦",
- "tags": [
- "无理由退货政策"
- ],
+ "service": "无理由退货政策",
"price": "69.00",
"count": "1"
}
diff --git a/pages/shopping/jingdong/list-index.vue b/pages/shopping/jingdong/list-index.vue
index ccec90e..8dc10a3 100644
--- a/pages/shopping/jingdong/list-index.vue
+++ b/pages/shopping/jingdong/list-index.vue
@@ -1,11 +1,11 @@
-
+
-
+
@@ -69,7 +69,7 @@
@@ -79,33 +79,85 @@