|
|
@@ -1,6 +1,32 @@
|
|
|
<template>
|
|
|
<view class="app-content">
|
|
|
-
|
|
|
+ <view class="list" v-if="shopId == 36523">
|
|
|
+ <view>
|
|
|
+ <image mode="widthFix" :src="`${constant.imgUrl}/ghs/a_hr_before.jpg?v=3`" style="widht:100%;"></image>
|
|
|
+ </view>
|
|
|
+ <view>
|
|
|
+ <image class="image" :src="`${constant.imgUrl}/ghs/b_hr_after1.jpg?v=3`" mode="widthFix"></image>
|
|
|
+ <image class="image" :src="`${constant.imgUrl}/ghs/b_hr_after2.jpg?v=3`" mode="widthFix"></image>
|
|
|
+ </view>
|
|
|
+ </view>
|
|
|
+ <view class="list" v-if="shopId == 8345">
|
|
|
+ <view>
|
|
|
+ <image mode="widthFix" :src="`${constant.imgUrl}/ghs/a_hr_before.jpg?v=3`" style="widht:100%;"></image>
|
|
|
+ </view>
|
|
|
+ <view>
|
|
|
+ <image class="image" :src="`${constant.imgUrl}/ghs/b_hr_after1.jpg?v=3`" mode="widthFix"></image>
|
|
|
+ <image class="image" :src="`${constant.imgUrl}/ghs/b_hr_after2.jpg?v=3`" mode="widthFix"></image>
|
|
|
+ </view>
|
|
|
+ </view>
|
|
|
+ <view class="list" v-if="shopId == 8249">
|
|
|
+ <view>
|
|
|
+ <image mode="widthFix" :src="`${constant.imgUrl}/ghs/a_hr_before.jpg?v=3`" style="widht:100%;"></image>
|
|
|
+ </view>
|
|
|
+ <view>
|
|
|
+ <image class="image" :src="`${constant.imgUrl}/ghs/b_hr_after1.jpg?v=3`" mode="widthFix"></image>
|
|
|
+ <image class="image" :src="`${constant.imgUrl}/ghs/b_hr_after2.jpg?v=3`" mode="widthFix"></image>
|
|
|
+ </view>
|
|
|
+ </view>
|
|
|
<view class="list" v-if="shopId == 1421">
|
|
|
<view>
|
|
|
<image mode="widthFix" :src="`${constant.imgUrl}/ghs/ttxhjm.jpg`" style="widht:100%;"></image>
|
|
|
@@ -115,6 +141,7 @@ export default {
|
|
|
<style lang="scss" scoped>
|
|
|
.app-content{
|
|
|
padding:20upx 20upx 60upx 20upx;
|
|
|
+ background-color: white;
|
|
|
.title{
|
|
|
font-weight: bold;
|
|
|
font-size:36upx;
|