|
@@ -35,11 +35,12 @@ Page({
|
|
|
params.content.pageNumber = 1;
|
|
|
params.content.pageTotal = 1;
|
|
|
}
|
|
|
+ console.log(params)
|
|
|
_Http.basic({
|
|
|
- "classname": "sysmanage.develop.optiontype.optiontype",
|
|
|
- "method": "optiontypeselect",
|
|
|
- "content": {
|
|
|
- "typename": "package"
|
|
|
+ id: 2024080614131103,
|
|
|
+ content: {
|
|
|
+ sa_promotionid: params.content.sa_promotionid,
|
|
|
+ packagetype: params.content.packagetype
|
|
|
}
|
|
|
}).then(res => {
|
|
|
console.log('套餐分类', res)
|
|
@@ -50,7 +51,6 @@ Page({
|
|
|
let packageList = []
|
|
|
try {
|
|
|
let packagetypemxrows = [];
|
|
|
-
|
|
|
if (options.packagetypemxrows) {
|
|
|
this.data.packagetypemxrows = JSON.parse(options.packagetypemxrows);
|
|
|
packagetypemxrows = this.data.packagetypemxrows.map(v => v.packagetypemx);
|