Commit a6818df2 authored by youjie's avatar youjie

Merge branch 'master' of http://gitlab.oytour.com/viitto/million

parents d0836562 ed8cfdad
This diff is collapsed.
...@@ -565,8 +565,11 @@ export default { ...@@ -565,8 +565,11 @@ export default {
}, },
created() { created() {
this.msg = this.qMsg; this.msg = this.qMsg;
// this.msg.teamType = []; if(this.qMsg&&this.qMsg.TeamType==1)
//this.initAreaList(); {
this.msg.TeamType=1;
}
this.initGoods(); this.initGoods();
this.msg.priceRange = { this.msg.priceRange = {
min: 1, min: 1,
......
This diff is collapsed.
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment