|
|
@@ -253,6 +253,9 @@ Page({
|
|
|
...this.selectComponent("#Form").submit()
|
|
|
};
|
|
|
content.sa_brandid = content.sa_brandid ? content.sa_brandid[1][0] : 0;
|
|
|
+ content.city = content.region[1] || "";
|
|
|
+ content.county = content.region[2] || "";
|
|
|
+ content.province = content.region[0] || "";
|
|
|
_Http.basic({
|
|
|
"id": "20221124154902",
|
|
|
content
|