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