Browse Source

修改文案

xiaohaizhao 11 tháng trước cách đây
mục cha
commit
4044f1dd80
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      packageA/orderForm/modules/product/index.js

+ 1 - 1
packageA/orderForm/modules/product/index.js

@@ -136,7 +136,7 @@ Component({
             let that = this;
             wx.showModal({
                 title: '提示',
-                content: that.data.packagetype ? '该商品为套餐商品,删除后该套餐下的商品会全部删除吗?' : `是否确认删除“${detail.itemname}”?`,
+                content: that.data.packagetype ? '该商品为套餐商品,删除后该套餐下所有商品都会被删除,确认删除吗?' : `是否确认删除“${detail.itemname}”?`,
                 complete: (res) => {
                     if (res.confirm) _Http.basic({
                         "id": 20221109093702,