修改产品图和vip图
This commit is contained in:
parent
e69aa2ff5a
commit
15da3d63cf
@ -46,7 +46,7 @@
|
|||||||
</style>
|
</style>
|
||||||
<template>
|
<template>
|
||||||
<view class="container">
|
<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="one-product {{currentType === 'vip'? 'selected' : ''}}" @tap="selectType('vip')">
|
||||||
<view class="price">
|
<view class="price">
|
||||||
<view class="price-txt delete-txt"> 原价{{vip_price/100}}元 </view>
|
<view class="price-txt delete-txt"> 原价{{vip_price/100}}元 </view>
|
||||||
|
@ -5,7 +5,7 @@
|
|||||||
</style>
|
</style>
|
||||||
<template>
|
<template>
|
||||||
<view class="container">
|
<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>
|
</view>
|
||||||
<addressFrom :config.sync="formCfg" :addressInfo.sync="addressInfo" @cancelTap.user="formCancel" @confirmTap.user="formConfirm"/>
|
<addressFrom :config.sync="formCfg" :addressInfo.sync="addressInfo" @cancelTap.user="formCancel" @confirmTap.user="formConfirm"/>
|
||||||
<gameBottomBar :config.sync="bottomActionCfg" @bottomMainTap.user="bottomMainTap"
|
<gameBottomBar :config.sync="bottomActionCfg" @bottomMainTap.user="bottomMainTap"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user