mirror of
https://gitee.com/vant-contrib/vant-weapp.git
synced 2025-04-05 19:41:45 +08:00
fix(Picker): template url should be relative path (#4408)
This commit is contained in:
parent
383ad317e2
commit
bcf7c9c131
@ -1,7 +1,7 @@
|
|||||||
<wxs src="./index.wxs" module="computed" />
|
<wxs src="./index.wxs" module="computed" />
|
||||||
|
|
||||||
<view class="van-picker custom-class">
|
<view class="van-picker custom-class">
|
||||||
<include wx:if="{{ toolbarPosition === 'top' }}" src="toolbar.wxml" />
|
<include wx:if="{{ toolbarPosition === 'top' }}" src="./toolbar.wxml" />
|
||||||
|
|
||||||
<view wx:if="{{ loading }}" class="van-picker__loading">
|
<view wx:if="{{ loading }}" class="van-picker__loading">
|
||||||
<loading color="#1989fa"/>
|
<loading color="#1989fa"/>
|
||||||
@ -33,5 +33,5 @@
|
|||||||
/>
|
/>
|
||||||
</view>
|
</view>
|
||||||
|
|
||||||
<include wx:if="{{ toolbarPosition === 'bottom' }}" src="toolbar.wxml" />
|
<include wx:if="{{ toolbarPosition === 'bottom' }}" src="./toolbar.wxml" />
|
||||||
</view>
|
</view>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user