@@ -24,6 +24,7 @@ export function money(data,id) {
method: 'post',
data
});
+
}
export function wallet(data) {
return request({
@@ -5,7 +5,7 @@
<view class="appointment-top">
<view class="button">
自动预约
- <u-switch v-model="checked"></u-switch>
+ <u-switch v-model="checked" active-color="#44969D" inactive-color="#eee"></u-switch>
</view>
<view class="setting">
每轮抢购设置
@@ -62,18 +62,22 @@
开奖时间:<text>2021-07-21 08:00:00</text>
- <view class="submit">
+ <view class="submit" @click="buy()">
预购
+ <u-popup v-model="show" mode="bottom" border-radius="40" height="868rpx" closeable = true close-icon="关闭">
+ <view>出淤泥而不染,濯清涟而不妖</view>
+ </u-popup>
</template>
<script>
export default {
data() {
return {
-
+ show: false,//支付数量
+ show1: false,//支付密码
},
//页面加载即刻发生
@@ -88,6 +92,9 @@
async loadDate() {
+ },
+ buy() {
+ this.show = true