|
@@ -1,11 +1,6 @@
|
|
const content = {
|
|
const content = {
|
|
pageNumber: 1,
|
|
pageNumber: 1,
|
|
- pageTotal: 1,
|
|
|
|
- where: {
|
|
|
|
- condition: "",
|
|
|
|
- itemclassid: "",
|
|
|
|
- tradefield: ""
|
|
|
|
- }
|
|
|
|
|
|
+ pageTotal: 1
|
|
},
|
|
},
|
|
_Http = getApp().globalData.http;
|
|
_Http = getApp().globalData.http;
|
|
let sa_brandid = null,
|
|
let sa_brandid = null,
|
|
@@ -22,6 +17,11 @@ Component({
|
|
},
|
|
},
|
|
methods: {
|
|
methods: {
|
|
init() {
|
|
init() {
|
|
|
|
+ content.where = {
|
|
|
|
+ condition: "",
|
|
|
|
+ itemclassid: "",
|
|
|
|
+ tradefield: ""
|
|
|
|
+ }
|
|
this.getBrand();
|
|
this.getBrand();
|
|
this.getTradefie();
|
|
this.getTradefie();
|
|
this.setData({
|
|
this.setData({
|
|
@@ -134,7 +134,6 @@ Component({
|
|
content.where.condition = detail;
|
|
content.where.condition = detail;
|
|
this.getList(true)
|
|
this.getList(true)
|
|
},
|
|
},
|
|
-
|
|
|
|
/* 获取领域 */
|
|
/* 获取领域 */
|
|
getTradefie() {
|
|
getTradefie() {
|
|
_Http.basic({
|
|
_Http.basic({
|