diff --git a/main.js b/main.js index bfbed21..11eb229 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.sp4') + uni.setStorageSync('version', '1.0.5.sp5') app.config.globalProperties.$version = uni.getStorageSync('version') app.use(globalMethods); return { diff --git a/pages/shopping/taobao/components/list-card/list-card.vue b/pages/shopping/taobao/components/list-card/list-card.vue index 39da94a..4c93d67 100644 --- a/pages/shopping/taobao/components/list-card/list-card.vue +++ b/pages/shopping/taobao/components/list-card/list-card.vue @@ -35,7 +35,7 @@ {{ getTruncatedTitle(item, index, item.goodsList[0], 0) - }} + }} 默认 @@ -73,10 +73,10 @@