Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
jinli gu
Litemall
Commits
b98903c2
Commit
b98903c2
authored
Mar 08, 2020
by
Junling Bu
Browse files
fix[litemall-wx]: 解决小程序一些警告
parent
3fe6f406
Changes
3
Expand all
Hide whitespace changes
Inline
Side-by-side
litemall-wx/lib/wxParse/wxParse.wxml
View file @
b98903c2
This diff is collapsed.
Click to expand it.
litemall-wx/pages/goods/goods.wxml
View file @
b98903c2
...
...
@@ -153,7 +153,7 @@
<view class="spec-item" wx:for="{{specificationList}}" wx:key="name">
<view class="name">{{item.name}}</view>
<view class="values">
<view class="value {{vitem.checked ? 'selected' : ''}}" bindtap="clickSkuValue" wx:for="{{item.valueList}}" wx:for-item="vitem" wx:key="
{{vitem.id}}
" data-value-id="{{vitem.id}}" data-name="{{vitem.specification}}">{{vitem.value}}</view>
<view class="value {{vitem.checked ? 'selected' : ''}}" bindtap="clickSkuValue" wx:for="{{item.valueList}}" wx:for-item="vitem" wx:key="
id
" data-value-id="{{vitem.id}}" data-name="{{vitem.specification}}">{{vitem.value}}</view>
</view>
</view>
...
...
litemall-wx/sitemap.json
View file @
b98903c2
{
"desc"
:
"关于本文件的更多信息,请参考文档 https://developers.weixin.qq.com/miniprogram/dev/framework/sitemap.html"
,
"rules"
:
[{
"action"
:
"allow"
,
"page"
:
"*"
}]
"rules"
:
[
{
"action"
:
"disallow"
,
"page"
:
"pages/checkout/checkout"
},
{
"action"
:
"disallow"
,
"page"
:
"pages/payResult/payResult"
},
{
"action"
:
"disallow"
,
"page"
:
"pages/ucenter/index/index"
},
{
"action"
:
"allow"
,
"page"
:
"*"
}
]
}
\ No newline at end of file
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment