|
@@ -54,9 +54,11 @@
|
|
<span style="color: black;">{{materialValue.name}}</span>
|
|
<span style="color: black;">{{materialValue.name}}</span>
|
|
<!-- <image :src="loadImgSrc('icon_right.png')" class="to-right-icon"></image> -->
|
|
<!-- <image :src="loadImgSrc('icon_right.png')" class="to-right-icon"></image> -->
|
|
</view>
|
|
</view>
|
|
- <uni-icons type="clear" size="24" color="#999"
|
|
|
|
- style="margin-left:20rpx ;margin-right: -20rpx;"
|
|
|
|
- @click="clearMaterialInfo"></uni-icons>
|
|
|
|
|
|
+
|
|
|
|
+ <image :src="loadImgSrc('icon_close.png')"
|
|
|
|
+ style=" width: 15px; height: 15px;margin-left:20rpx ;margin-right: -20rpx;"
|
|
|
|
+ @click="clearMaterialInfo">
|
|
|
|
+ </image>
|
|
</view>
|
|
</view>
|
|
</view>
|
|
</view>
|
|
</view>
|
|
</view>
|
|
@@ -75,9 +77,12 @@
|
|
<span style="color: black;">{{specificationValue.name}}</span>
|
|
<span style="color: black;">{{specificationValue.name}}</span>
|
|
<!-- <image :src="loadImgSrc('icon_right.png')" class="to-right-icon"></image> -->
|
|
<!-- <image :src="loadImgSrc('icon_right.png')" class="to-right-icon"></image> -->
|
|
</view>
|
|
</view>
|
|
- <uni-icons type="clear" size="24" color="#999"
|
|
|
|
- style="margin-left:20rpx ;margin-right: -20rpx;"
|
|
|
|
- @click="clearSpecificationInfo"></uni-icons>
|
|
|
|
|
|
+
|
|
|
|
+
|
|
|
|
+ <image :src="loadImgSrc('icon_close.png')"
|
|
|
|
+ style=" width: 15px; height: 15px;margin-left:20rpx ;margin-right: -20rpx;"
|
|
|
|
+ @click="clearSpecificationInfo">
|
|
|
|
+ </image>
|
|
</view>
|
|
</view>
|
|
</view>
|
|
</view>
|
|
</view>
|
|
</view>
|