mirror of
https://gitee.com/vant-contrib/vant-weapp.git
synced 2025-04-06 03:58:05 +08:00
[bugfix] Switch: loading icon position (#847)
This commit is contained in:
parent
ede23675fe
commit
e56f0ab126
@ -9,7 +9,7 @@ Page({
|
||||
|
||||
onShow() {
|
||||
wx.request({
|
||||
url: 'https://cashier.youzan.com/pay/wsctrade/order/buy/getAllRegion.json',
|
||||
url: 'https://cashier.youzan.com/wsctrade/uic/address/getAllRegion.json',
|
||||
success: response => {
|
||||
this.setData({
|
||||
loading: false,
|
||||
|
@ -27,9 +27,7 @@
|
||||
&__loading {
|
||||
top: 25%;
|
||||
left: 25%;
|
||||
width: 50%;
|
||||
height: 50%;
|
||||
position:absolute;
|
||||
position: absolute !important;
|
||||
}
|
||||
|
||||
&--on {
|
||||
|
Loading…
x
Reference in New Issue
Block a user