选择人数不让可以x轴滑动
This commit is contained in:
parent
6b98ec2773
commit
6e05856775
|
|
@ -30,7 +30,8 @@
|
||||||
</view>
|
</view>
|
||||||
</scroll-view>
|
</scroll-view>
|
||||||
<text>参与活动人数</text>
|
<text>参与活动人数</text>
|
||||||
<scroll-view class="scroll-view" scroll-x="true">
|
<!-- <scroll-view class="scroll-view" scroll-x="true">-->
|
||||||
|
<scroll-view class="scroll-view">
|
||||||
<view
|
<view
|
||||||
v-for="(number, index) in numberOptions"
|
v-for="(number, index) in numberOptions"
|
||||||
:key="index"
|
:key="index"
|
||||||
|
|
@ -271,8 +272,8 @@ export default {
|
||||||
number: this.getSelectedNumberLabel(),
|
number: this.getSelectedNumberLabel(),
|
||||||
};
|
};
|
||||||
const queryString = Object.keys(params)
|
const queryString = Object.keys(params)
|
||||||
.map(key => `${key}=${encodeURIComponent(params[key])}`)
|
.map((key) => `${key}=${encodeURIComponent(params[key])}`)
|
||||||
.join('&');
|
.join("&");
|
||||||
uni.navigateTo({
|
uni.navigateTo({
|
||||||
url: `/pages/activity/appointmentSuccess?${queryString}`,
|
url: `/pages/activity/appointmentSuccess?${queryString}`,
|
||||||
});
|
});
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user