diff --git a/pages/goods/detail.vue b/pages/goods/detail.vue index a992fc7..b5ccb8b 100644 --- a/pages/goods/detail.vue +++ b/pages/goods/detail.vue @@ -73,19 +73,18 @@ - + 会员 - 开通Plus - 会员预计再省30元 + 开通Plus会员预计再省30 立即开通 - + --> + diff --git a/pages/news/caigou/notice1.vue b/pages/news/caigou/notice1.vue index 2338aab..b51f1bb 100644 --- a/pages/news/caigou/notice1.vue +++ b/pages/news/caigou/notice1.vue @@ -79,7 +79,7 @@ }) .then(result => { if (result.data.detail && result.data.detail.content) { - app.info = app.formatRichText(result.data.detail.content) + app.info = result.data.detail.content }else{ app.info = "" } diff --git a/pages/news/caigou/notice2.vue b/pages/news/caigou/notice2.vue index cb6c80f..a806bbc 100644 --- a/pages/news/caigou/notice2.vue +++ b/pages/news/caigou/notice2.vue @@ -66,6 +66,7 @@ sourceType: ['album', 'camera'], // 可以指定来源是相册还是相机,默认二者都有 success(res) { console.log(res) + console.log('uni.getStorageSync',uni.getStorageSync('Store')); uni.uploadFile({ url: (Config.get('apiUrl')+'upload/image').replace("index.php?s=/",""), // 仅为示例,非真实的接口地址 filePath: res.tempFiles[0].path,