diff --git a/pages/index/index.wxml b/pages/index/index.wxml
index 035ef39..2c55a1c 100644
--- a/pages/index/index.wxml
+++ b/pages/index/index.wxml
@@ -89,7 +89,7 @@
限时特惠
新品推荐
- ¥{{saleProduct.price?saleProduct.price/100:0}}
+ ¥{{saleProduct.price?saleProduct.price/100:0}}起
@@ -107,7 +107,7 @@
四季苏州
最是江南
- ¥{{roadProduct.price?roadProduct.price/100:0}}
+ ¥{{roadProduct.price?roadProduct.price/100:0}}起
diff --git a/pages/info/cardInfo/index.js b/pages/info/cardInfo/index.js
index c917ec0..30f80d7 100644
--- a/pages/info/cardInfo/index.js
+++ b/pages/info/cardInfo/index.js
@@ -229,7 +229,7 @@ Page({
let promise3 = new Promise(function (resolve, reject) {
let userid = wx.getStorageSync('jstrip_userid')
new QRCode('myQrcode', {
- text: 'https://m.cloud.sz-trip.com/ScenicDetail?id=' + that.data.info.id + '&sharedUserId=' + userid + '&channel=-1',
+ text: 'https://m.cloud.sz-trip.com/CardDetail?id=' + that.data.info.id + '&sharedUserId=' + userid + '&channel=-1',
width: 500,
height: 500,
padding: 12, // 生成二维码四周自动留边宽度,不传入默认为0