* 'dev' of git.oa00.com:xiaowen/swsWecat: cxw-010203 cxw-010203 # Conflicts: # app.jsondev
commit
7ad3d81dc4
@ -0,0 +1,6 @@
|
||||
// index.js
|
||||
|
||||
Page({
|
||||
data: {
|
||||
}
|
||||
});
|
@ -0,0 +1,5 @@
|
||||
{
|
||||
"usingComponents": {
|
||||
|
||||
}
|
||||
}
|
@ -0,0 +1,3 @@
|
||||
<view class="container">
|
||||
<text>品牌搜索</text>
|
||||
</view>
|
@ -0,0 +1,4 @@
|
||||
.container {
|
||||
width: 100%;
|
||||
height: 330px;
|
||||
}
|
@ -0,0 +1,6 @@
|
||||
// index.js
|
||||
|
||||
Page({
|
||||
data: {
|
||||
}
|
||||
});
|
@ -0,0 +1,5 @@
|
||||
{
|
||||
"usingComponents": {
|
||||
|
||||
}
|
||||
}
|
@ -0,0 +1,3 @@
|
||||
<view class="container">
|
||||
<text>我的</text>
|
||||
</view>
|
@ -0,0 +1,4 @@
|
||||
.container {
|
||||
width: 100%;
|
||||
height: 330px;
|
||||
}
|
@ -0,0 +1,6 @@
|
||||
// index.js
|
||||
|
||||
Page({
|
||||
data: {
|
||||
}
|
||||
});
|
@ -0,0 +1,5 @@
|
||||
{
|
||||
"usingComponents": {
|
||||
|
||||
}
|
||||
}
|
@ -0,0 +1,3 @@
|
||||
<view class="container">
|
||||
<text>对比</text>
|
||||
</view>
|
@ -0,0 +1,4 @@
|
||||
.container {
|
||||
width: 100%;
|
||||
height: 330px;
|
||||
}
|
Loading…
Reference in new issue