Commit b5c44b87 authored by 黄媛媛's avatar 黄媛媛

1

parent 4e9ceea7
......@@ -103,7 +103,7 @@
</view>
</view>
<!-- 会员购买 -->
<view class="buyvip" v-if="words.isshowvipbuypic==0">
<view class="buyvip" v-if="words.isshowvipbuypic==0" @click="goUrl(words.vipbuyurl)">
<image :src="words.vipbuyico" style="width: 100%;" mode='widthFix'></image>
</view>
</view>
......@@ -235,7 +235,7 @@
? wx.getStorageSync("basedata").bar_title
: [];
this.words = wx.getStorageSync("basedata") ? wx.getStorageSync("basedata").share_setting_custom.words:{},
this.words.vipbuyico = this.host2+this.words.vipbuyico
pages.forEach((x) => {
if (x.value == u) {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment