KO
|
EN
gitlite — search
Search
#python
#java
#python3
#arduino
#golang
#machine-learning
#rust
#html
#flask
#javascript
#seismology
#nodejs
jquery.sku
★ 26
Open GitHub ↗
sku选择
Download README (.md)
Explore Similar Repositories
popspinnerview
:
PopSpinnerView下拉选择控件
last-release-git
:
semantic-release plugin for projects that must not be published at NPM
yii2-elfinder
:
elFinder file manager for Yii 2
simple-plugins
:
simple pocketmine plugins for immediate use
anomaly-detection
:
入門 機械学習による異常検知―Rによる実践ガイド をPythonで実装
// repository documentation
Was this content helpful?
★ 0
(0 ratings)
Select Rating:
★
★
★
★
★
Submit Feedback
Recent Feedback
×
Download README
Do you want to download the
README.md
file for
jquery.sku
?
Download (.md)
# 预览地址 - jquery版本 [jquery版本](https://luchanan.github.io/jquery.sku/index.html) - vue版本 [vue版本](https://luchanan.github.io/jquery.sku/vue-sku/dist/index.html) 业务说明 这里的业务是,属性组合确定一个SKU, 拿到这个SKU ID去请求当月每天的价格和库存,类似酒店日期选择 这里的SKU分割是基于属性ID拆分, 比如属性组合110;210;311;414确定这个SKU 组合属性确定了一个SKU时, 会返回这个SKU的信息,包含SKU ID 和这个SKU价格和库存 参考资料: [[原] 淘宝SKU组合查询算法实现](http://www.cnblogs.com/purediy/archive/2012/12/02/2798454.html), 这里VUE的实现基本是对这案例的jquery翻译为vue处理