v2.3 2022-10-23
1.添加抽奖助手界面
This commit is contained in:
@@ -19,12 +19,12 @@
|
||||
</view>
|
||||
<picker class="picker" @change="countChange" :value="index" :range="array">
|
||||
<view class="picker-text">
|
||||
当前选择:{{array[index]}} v
|
||||
当前选择:{{array[index]}}
|
||||
</view>
|
||||
</picker>
|
||||
|
||||
<button class="btn-start" @tap="start()">{{sum}}</button>
|
||||
|
||||
<ad class="sjtz-ad" adpid="1211145435"></ad>
|
||||
</view>
|
||||
</template>
|
||||
|
||||
@@ -170,4 +170,8 @@
|
||||
background-size: 60% 60%;
|
||||
z-index: 10;
|
||||
}
|
||||
|
||||
.sjtz-ad {
|
||||
margin: 20px;
|
||||
}
|
||||
</style>
|
||||
|
||||
Reference in New Issue
Block a user