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() {
|
onShow() {
|
||||||
wx.request({
|
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 => {
|
success: response => {
|
||||||
this.setData({
|
this.setData({
|
||||||
loading: false,
|
loading: false,
|
||||||
|
@ -27,9 +27,7 @@
|
|||||||
&__loading {
|
&__loading {
|
||||||
top: 25%;
|
top: 25%;
|
||||||
left: 25%;
|
left: 25%;
|
||||||
width: 50%;
|
position: absolute !important;
|
||||||
height: 50%;
|
|
||||||
position:absolute;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
&--on {
|
&--on {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user