登录相关页和首页组件适配
This commit is contained in:
@@ -53,9 +53,8 @@ const onBtnClick = debounce(async () => {
|
||||
</script>
|
||||
|
||||
<template>
|
||||
<button
|
||||
<view
|
||||
class="sbtn"
|
||||
hover-class="none"
|
||||
:style="{
|
||||
width: width,
|
||||
borderRadius: rounded + 'rpx',
|
||||
@@ -71,7 +70,7 @@ const onBtnClick = debounce(async () => {
|
||||
<block v-else>
|
||||
<image src="../static/btn-loading.png" mode="widthFix" class="loading" />
|
||||
</block>
|
||||
</button>
|
||||
</view>
|
||||
</template>
|
||||
|
||||
<style scoped>
|
||||
|
||||
Reference in New Issue
Block a user