摘要:
view代码 <view class="margin-top" @tap="getCheckNum()"> <view class="bg-purple">{{!codeTime?'获取验证码':codeTime+'s' + '后重试'}}</view> </view> css代码 .bg-purp 阅读全文
摘要:
<template> <view> <view class="btn" @tap="toTop" :style="{'display':(flag false? 'none':'block')}"> <text class="cuIcon-top"></text> </view> </view> < 阅读全文