소스 검색

文字错误

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,