xiaohaizhao hace 11 meses
padre
commit
dd45c3949e
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  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,