wuguojie 3 месяцев назад
Родитель
Сommit
a30789447c
1 измененных файлов с 3 добавлено и 3 удалено
  1. 3 3
      pages/product/index.vue

+ 3 - 3
pages/product/index.vue

@@ -130,7 +130,7 @@
 				<view class="center">
 					<view class="error" v-if="canBeDelete">
 						是否将所选商品删除?<br />
-						<span style="font-size: 28rpx;color: #666666;margin-top: 16rpx;">删除后需要重新添加品牌标品</span>
+						<span style="font-size: 28rpx;color: #666666;margin-top: 16rpx;">删除后需要重新添加自有商品</span>
 
 					</view>
 					<view class="error" v-else>
@@ -359,7 +359,7 @@ export default {
 						this.productHandleList = []
 						this.isManage = false
 						this.isAll = false
-						
+
 					} else {
 						this.isDelete = false
 						this.productHandleList = []
@@ -1106,4 +1106,4 @@ export default {
 		background-size: contain;
 	}
 }
-</style>
+</style>