文件名称:nebula_alibaba:星云上的阿里巴巴
文件大小:57KB
文件格式:ZIP
更新时间:2024-05-21 17:43:28
JavaScript
星云上的阿里巴巴 星云链第三周优秀奖 地址 合约代码 'use strict'; var Store = function(text) { if(text) { var o = JSON.parse(text); this.idx = o.idx; this.name = o.name; this.describe = o.describe; this.photo = o.photo; this.from = o.from; this.addTime = o.addTime; this.heat = o.heat; } }; Store.prototype = { toString: function() { return JSON.stringify(this); } }; var Merch
【文件预览】:
nebula_alibaba-master
----package.json(2KB)
----mock()
--------basic-detail-info.json(40B)
--------lite-table.json(40B)
--------settings-form.json(40B)
--------download-card.json(2KB)
--------picture-text-list.json(40B)
--------.gitkeep(0B)
----tests()
--------index.js(13B)
----src()
--------index.js(393B)
--------layouts()
--------routerConfig.js(1KB)
--------pages()
--------menuConfig.js(472B)
--------components()
--------router.jsx(3KB)
----.gitignore(216B)
----public()
--------index.html(753B)
----README.md(7KB)