diff --git a/components/message/list/list.vue b/components/message/list/list.vue index 502b274..c7fa821 100644 --- a/components/message/list/list.vue +++ b/components/message/list/list.vue @@ -21,7 +21,7 @@ {{ displayTitle(item.title) }} {{ formatDate(getLastMessage(item.chatList)?.time || item.time) - }} + }} { } .dot { + width: 28rpx; + height: 28rpx; position: absolute; - padding: 4rpx 10rpx; + display: flex; + align-items: center; + justify-content: center; background-color: #E93A22; color: #FFFFFF; - line-height: 20rpx; + line-height: 18rpx; font-size: 20rpx; border-radius: 16rpx; right: -8rpx; diff --git a/main.js b/main.js index 1a9f1f1..ded893f 100644 --- a/main.js +++ b/main.js @@ -29,7 +29,7 @@ export function createApp() { app.config.globalProperties.$system = plus.os.name; // #endif app.config.globalProperties.$systemInfo = systemInfo - uni.setStorageSync('version', '1.0.5.sp13') + uni.setStorageSync('version', '1.0.5.sp15') app.config.globalProperties.$version = uni.getStorageSync('version') app.use(globalMethods); return { diff --git a/pages.json b/pages.json index 1c1a113..a9fa148 100644 --- a/pages.json +++ b/pages.json @@ -17,7 +17,7 @@ "navigationBarTitleText": "通话记录页面", "navigationStyle": "custom" } - },{ + }, { "path": "detail/callDetail", "style": { "navigationBarTitleText": "通话记录详情", @@ -138,6 +138,13 @@ "navigationBarTitleText": "拼多多订单详情", "navigationStyle": "custom" } + }, + { + "path": "pdd/add-order/add-order", + "style": { + "navigationBarTitleText": "pdd添加修改订单信息", + "navigationStyle": "custom" + } } ] }, diff --git a/pages/shopping/index.vue b/pages/shopping/index.vue index 1d7d4a2..e6e5afc 100644 --- a/pages/shopping/index.vue +++ b/pages/shopping/index.vue @@ -64,8 +64,7 @@ const menuList = ref([{ bgColor: ["#FFE0DF", "#FFFFFF"], btnBg: "#FF4848", shadowColor: "#FF4848", - // url: "/pages/shopping/pdd/list-index" - url: "" + url: "/pages/shopping/pdd/list-index" }, { name: "快手", icon: "kuaishou", diff --git a/pages/shopping/pdd/add-order/add-order.vue b/pages/shopping/pdd/add-order/add-order.vue new file mode 100644 index 0000000..a18e065 --- /dev/null +++ b/pages/shopping/pdd/add-order/add-order.vue @@ -0,0 +1,1355 @@ + + + + + + + + diff --git a/pages/shopping/pdd/components/list-card/list-card.vue b/pages/shopping/pdd/components/list-card/list-card.vue index 331f28f..ad5a6ca 100644 --- a/pages/shopping/pdd/components/list-card/list-card.vue +++ b/pages/shopping/pdd/components/list-card/list-card.vue @@ -1,15 +1,18 @@