|
@@ -85,13 +85,13 @@
|
|
|
timer1: null,
|
|
|
kcId: null,
|
|
|
from: '',
|
|
|
- userKaozhengId: null,
|
|
|
+ jzId: null,
|
|
|
}
|
|
|
},
|
|
|
onLoad(options) {
|
|
|
this.kcId = options.kcId;
|
|
|
this.from = options.from;
|
|
|
- this.userKaozhengId = options.userKaozhengId;
|
|
|
+ this.jzId = options.jzId;
|
|
|
this.init();
|
|
|
},
|
|
|
methods: {
|
|
@@ -287,7 +287,7 @@
|
|
|
init() {
|
|
|
kechengApi.getClientKechengStart({
|
|
|
kcId: this.kcId,
|
|
|
- userKaozhengId:this.userKaozhengId
|
|
|
+ jzId:this.jzId
|
|
|
}).then(res => {
|
|
|
const {
|
|
|
userCount,
|