Commit 8c0dcfb0 authored by denghr's avatar denghr

公众号

parent a01d1fff
......@@ -20,9 +20,9 @@ export function allPage(query) {
export function campsiteAllPage(query) {
return fetch({
url: '/vehicle/campsite/allPage',
method: 'get',
params: query
url: '/api/campsite/campsiteShop/app/unauth/webchat_official/campsites',
method: 'POST',
data: query
});
}
......
......@@ -16,7 +16,7 @@
</div>
</div>
<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="goods">
<div v-infinite-scroll="loadMore" infinite-scroll-disabled="busy" infinite-scroll-distance="0">
......@@ -354,7 +354,7 @@
}
.goods{padding: 0 15px}
.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;}
.price{position: relative;flex:1;border-left:1px solid #e1e1e1;color:#333;font-size:15px}
.addressActive{overflow: hidden;}
......
......@@ -27,7 +27,7 @@
<div class="inputBox" style="margin-top:10px">
<div class="inputBoxLeft"><span style="color:red">*</span>份额/股数</div>
<div class="inputBoxRight">
<input type="text" placeholder="请输入您的份额/股数" v-model="form.count">
<input type="text" placeholder="请输入您的份额/股数" v-model.number="form.count">
</div>
</div>
<ruby class="ruby" v-if="msg">{{msg}}</ruby>
......@@ -211,10 +211,11 @@
checkPhone(that.form.tel);
checkCount(that.form.count);
if (isNum && isPhone) {
this.form.companyId = Number(this.form.companyId)
stockApply(this.form)
.then(res => {
that.optionName = "crowdResult";
if(res.code==1){
if(res.status==200){
that.img = !0;
} else {
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