修改团购倒计时的问题

This commit is contained in:
Gaoxs
2020-11-06 17:56:58 +08:00
parent 1eb5af0ee9
commit 0da5ca0077
6 changed files with 15 additions and 12 deletions

View File

@ -7,13 +7,14 @@
<view class="input">
<input type="number" placeholder="0" v-model="verify_code" />
</view>
<view class="bnt" @click="storeCancellation">立即核销</view>
</view>
<view class="bnt" @click="storeCancellation">立即核销</view>
<view class="bnt" @click="openQRCode">扫码核销</view>
</view>
<!-- #ifndef H5 -->
<view class="scan" v-if="iswechat">
<!-- <view class="scan" v-if="iswechat">
<image src="@/static/images/scan.gif" @click="openQRCode" />
</view>
<!-- #endif -->
</view> -->
<!-- #endif -->
<WriteOff :iShidden="iShidden" :orderInfo="orderInfo" @cancel="cancel" @confirm="confirm"></WriteOff>
</view>
</template>
@ -196,4 +197,4 @@
height: 100%;
display: block;
}
</style>
</style>