|
@@ -3,7 +3,7 @@
|
|
|
<view class="nav-bar-wrap" :style="{ height: navBarStyle.height, paddingTop: navBarStyle.paddingTop, paddingBottom: navBarStyle.paddingBottom }">
|
|
|
<view class="content">
|
|
|
<van-icon custom-class="search-icon" name="arrow-left" size="24px" @click="goSearch" />
|
|
|
- <view class="text">免费送试用</view>
|
|
|
+ <view class="text">免费送月卡</view>
|
|
|
</view>
|
|
|
</view>
|
|
|
<view class="img-code">
|
|
@@ -60,7 +60,7 @@ export default {
|
|
|
*/
|
|
|
onShareAppMessage: function (res) {
|
|
|
return {
|
|
|
- title: "送您一张免费查研试用月卡",
|
|
|
+ title: "送您一张免费月卡",
|
|
|
path: "/pageMy/excessivePages/excessivePages?scene="+this.scene,
|
|
|
imageUrl: "https://hzchart.oss-cn-shanghai.aliyuncs.com/cygx/czbk/share_month.png",
|
|
|
};
|