|
|
|
@ -9,7 +9,7 @@
|
|
|
|
<image src="../../static/icon-xie.png" mode="widthFix"></image>
|
|
|
|
<image src="../../static/icon-xie.png" mode="widthFix"></image>
|
|
|
|
<view class="exchange-ftit">
|
|
|
|
<view class="exchange-ftit">
|
|
|
|
<text>添加客服</text>
|
|
|
|
<text>添加客服</text>
|
|
|
|
<text>领取2024版大闸蟹食用指南</text>
|
|
|
|
<text>领取{{year}}版大闸蟹食用指南</text>
|
|
|
|
</view>
|
|
|
|
</view>
|
|
|
|
</view>
|
|
|
|
</view>
|
|
|
|
<view class="exchange-brief">
|
|
|
|
<view class="exchange-brief">
|
|
|
|
@ -44,7 +44,8 @@
|
|
|
|
export default{
|
|
|
|
export default{
|
|
|
|
data(){
|
|
|
|
data(){
|
|
|
|
return{
|
|
|
|
return{
|
|
|
|
img:''
|
|
|
|
img:'',
|
|
|
|
|
|
|
|
year:(new Date()).getFullYear()
|
|
|
|
}
|
|
|
|
}
|
|
|
|
},
|
|
|
|
},
|
|
|
|
onLoad(){
|
|
|
|
onLoad(){
|
|
|
|
|