|
@@ -10,11 +10,11 @@
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
<van-row class="goods o-mlr-8" wrap="true">
|
|
<van-row class="goods o-mlr-8" wrap="true">
|
|
- <van-col v-for="(item, index) in tableData" :key="index" class="goodsCon" span="12">
|
|
|
|
|
|
+ <van-col v-for="(item, index) in tableData" :key="index" class="goodsCon o-mr-14" span="11">
|
|
<div class="l-flex-RC">
|
|
<div class="l-flex-RC">
|
|
- <van-image width="75" height="75" fit="scale-down" :src="showSugerPhoto(item)" />
|
|
|
|
- <span class="o-ml-10">{{ item.productName }}</span>
|
|
|
|
- <van-switch class="o-ml-5" v-model="switchStates[index]" size="20px" active-color="#4dc294"
|
|
|
|
|
|
+ <van-image width="60" height="60" fit="contain" :src="showSugerPhoto(item)" />
|
|
|
|
+ <span class="o-ml-10" style="word-wrap: break-word; width: 50px;" >{{ item.productName }}</span>
|
|
|
|
+ <van-switch class="o-ml-1" v-model="switchStates[index]" size="20px" active-color="#4dc294"
|
|
@change="handleChange(index)" />
|
|
@change="handleChange(index)" />
|
|
</div>
|
|
</div>
|
|
<van-divider :style="{ color: '#1baeae', borderColor: '#1baeae', fontSize: '20px', fontWeight: 500 }" />
|
|
<van-divider :style="{ color: '#1baeae', borderColor: '#1baeae', fontSize: '20px', fontWeight: 500 }" />
|