Commit 8c0dcfb0 authored by denghr's avatar denghr

公众号

parent a01d1fff
...@@ -20,9 +20,9 @@ export function allPage(query) { ...@@ -20,9 +20,9 @@ export function allPage(query) {
export function campsiteAllPage(query) { export function campsiteAllPage(query) {
return fetch({ return fetch({
url: '/vehicle/campsite/allPage', url: '/api/campsite/campsiteShop/app/unauth/webchat_official/campsites',
method: 'get', method: 'POST',
params: query data: query
}); });
} }
......
...@@ -16,7 +16,7 @@ ...@@ -16,7 +16,7 @@
</div> </div>
</div> </div>
<div class="shoppings main-container" style="background:#fff" :class="{'addressActive':addressShow }"> <div class="shoppings main-container" style="background:#fff" :class="{'addressActive':addressShow }">
<div class="shoppings" style="background:#fff" style="margin-top: 90px;"> <div class="shoppings" style="background:#fff;margin-top: 90px;">
<div class="all"> <div class="all">
<div class="goods"> <div class="goods">
<div v-infinite-scroll="loadMore" infinite-scroll-disabled="busy" infinite-scroll-distance="0"> <div v-infinite-scroll="loadMore" infinite-scroll-disabled="busy" infinite-scroll-distance="0">
...@@ -354,7 +354,7 @@ ...@@ -354,7 +354,7 @@
} }
.goods{padding: 0 15px} .goods{padding: 0 15px}
.cityBage{position: absolute;width: 18px;height: 3px;border-radius: 5px;background: #C1A170;left: 21%;bottom: -1px} .cityBage{position: absolute;width: 18px;height: 3px;border-radius: 5px;background: #C1A170;left: 21%;bottom: -1px}
.bage{position: absolute;width: 18px;height: 3px;border-radius: 5px;background: #C1A170;left: 45%;transform: translateX(-100%);bottom: -11px} .bage{position: absolute;width: 18px;height: 3px;border-radius: 5px;background: #C1A170;left: 50%;transform: translateX(-100%);bottom: -11px}
.city{position: relative;flex:1;overflow: hidden;white-space: nowrap;text-overflow:ellipsis;word-wrap:break-word;word-break:break-all;color:#333;font-size:15px;} .city{position: relative;flex:1;overflow: hidden;white-space: nowrap;text-overflow:ellipsis;word-wrap:break-word;word-break:break-all;color:#333;font-size:15px;}
.price{position: relative;flex:1;border-left:1px solid #e1e1e1;color:#333;font-size:15px} .price{position: relative;flex:1;border-left:1px solid #e1e1e1;color:#333;font-size:15px}
.addressActive{overflow: hidden;} .addressActive{overflow: hidden;}
......
...@@ -27,7 +27,7 @@ ...@@ -27,7 +27,7 @@
<div class="inputBox" style="margin-top:10px"> <div class="inputBox" style="margin-top:10px">
<div class="inputBoxLeft"><span style="color:red">*</span>份额/股数</div> <div class="inputBoxLeft"><span style="color:red">*</span>份额/股数</div>
<div class="inputBoxRight"> <div class="inputBoxRight">
<input type="text" placeholder="请输入您的份额/股数" v-model="form.count"> <input type="text" placeholder="请输入您的份额/股数" v-model.number="form.count">
</div> </div>
</div> </div>
<ruby class="ruby" v-if="msg">{{msg}}</ruby> <ruby class="ruby" v-if="msg">{{msg}}</ruby>
...@@ -211,10 +211,11 @@ ...@@ -211,10 +211,11 @@
checkPhone(that.form.tel); checkPhone(that.form.tel);
checkCount(that.form.count); checkCount(that.form.count);
if (isNum && isPhone) { if (isNum && isPhone) {
this.form.companyId = Number(this.form.companyId)
stockApply(this.form) stockApply(this.form)
.then(res => { .then(res => {
that.optionName = "crowdResult"; that.optionName = "crowdResult";
if(res.code==1){ if(res.status==200){
that.img = !0; that.img = !0;
} else { } else {
that.img = !1; that.img = !1;
......
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