mirror of
https://gitee.com/vant-contrib/vant-weapp.git
synced 2025-04-05 10:22:44 +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" />
|
||||
|
||||
<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">
|
||||
<loading color="#1989fa"/>
|
||||
@ -33,5 +33,5 @@
|
||||
/>
|
||||
</view>
|
||||
|
||||
<include wx:if="{{ toolbarPosition === 'bottom' }}" src="toolbar.wxml" />
|
||||
<include wx:if="{{ toolbarPosition === 'bottom' }}" src="./toolbar.wxml" />
|
||||
</view>
|
||||
|
Loading…
x
Reference in New Issue
Block a user