瀏覽代碼

文字错误

xiaohaizhao 11 月之前
父節點
當前提交
dd45c3949e
共有 1 個文件被更改,包括 1 次插入1 次删除
  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,