修改产品图和vip图

This commit is contained in:
zhl 2019-03-06 20:40:14 +08:00
parent e69aa2ff5a
commit 15da3d63cf
2 changed files with 2 additions and 2 deletions

View File

@ -46,7 +46,7 @@
</style>
<template>
<view class="container">
<image class="product_img" mode="widthFix" src="https://resource.kingsome.cn/voodoo/5c789e6e486f49165aa057b8.jpeg"/>
<image class="product_img" mode="widthFix" src="http://h5games-al.kingsome.cn/emulator/v1.0.7/assets/vip.jpg"/>
<view class="one-product {{currentType === 'vip'? 'selected' : ''}}" @tap="selectType('vip')">
<view class="price">
<view class="price-txt delete-txt"> 原价{{vip_price/100}}元 </view>

View File

@ -5,7 +5,7 @@
</style>
<template>
<view class="container">
<image class="product_img" mode="widthFix" src="https://resource.kingsome.cn/voodoo/5c788d47486f49165aa057b6.jpeg"/>
<image class="product_img" mode="widthFix" src="http://h5games-al.kingsome.cn/emulator/v1.0.7/assets/product.jpg"/>
</view>
<addressFrom :config.sync="formCfg" :addressInfo.sync="addressInfo" @cancelTap.user="formCancel" @confirmTap.user="formConfirm"/>
<gameBottomBar :config.sync="bottomActionCfg" @bottomMainTap.user="bottomMainTap"