You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
18 lines
625 B
18 lines
625 B
<!--pages/index/index.wxml-->
|
|
<view class="bd">
|
|
<view class="bg">
|
|
<!-- <view class="quest"></view>问题图标 -->
|
|
<view class="alb"></view><!--阿拉伯文字图标-->
|
|
<view class="qr">
|
|
<view class="js" bindtap="scanCodeEvent" ></view><!--晶石图片-->
|
|
</view><!--扫码图标-->
|
|
<view class="yw">
|
|
<view class="shadow"></view>
|
|
</view><!--下方黄色小卡图-->
|
|
<view class="jstext"></view><!--晶石文字-->
|
|
<view class="yx" bindtap="go2Get">获取晶石</view><!--圆形图片-->
|
|
</view>
|
|
</view>
|
|
<t-toast id="t-toast" />
|
|
|