From c192e381734b9caf173c90bb9141dff0326785ee Mon Sep 17 00:00:00 2001 From: QYF-GitLab1 <1940665526@qq.com> Date: 星期四, 17 七月 2025 14:20:11 +0800 Subject: [PATCH] 京师智教小程序的专题活动模块 不做点击进入页面提示复制链接 点击时直接提示“请移步PC端查看” --- pages/scanResult/index.js | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/pages/scanResult/index.js b/pages/scanResult/index.js index b274c29..57e69a0 100644 --- a/pages/scanResult/index.js +++ b/pages/scanResult/index.js @@ -244,7 +244,7 @@ name: res.datas[0].name + '-' + citem.name, icon: res.datas[0].icon ? res.datas[0].icon : "/static/images/default-book-img.png", itemType: citem.type == 'createProductFolderSaleMethod' ? '鐩綍' : citem.type == 'createProductItemSaleMethod' ? '璧勬簮' : '鐢靛瓙涔�', - price: res.datas[0].price ? (res.datas[0].price.price).toFixed(2) : "", + price: res.datas[0].price ? (res.datas[0].price).toFixed(2) : "", oldPrice: res.datas[0].oldPrice ? (res.datas[0].oldPrice).toFixed(2) : '' } list.push(obj) -- Gitblit v1.9.1