[更新]
This commit is contained in:
4
app.json
4
app.json
@@ -1,7 +1,9 @@
|
|||||||
{
|
{
|
||||||
"pages": [
|
"pages": [
|
||||||
|
"pages/businessCard/index",
|
||||||
"pages/shortVideo/shortVideo",
|
"pages/shortVideo/shortVideo",
|
||||||
"pages/login/login"
|
"pages/login/login",
|
||||||
|
"pages/businessCard/cards/cards"
|
||||||
],
|
],
|
||||||
"window": {
|
"window": {
|
||||||
"backgroundTextStyle": "light",
|
"backgroundTextStyle": "light",
|
||||||
|
|||||||
17
pages/businessCard/cards/cards.js
Normal file
17
pages/businessCard/cards/cards.js
Normal file
@@ -0,0 +1,17 @@
|
|||||||
|
// pages/businessCard/cards/cards.js
|
||||||
|
Page({
|
||||||
|
|
||||||
|
/**
|
||||||
|
* 页面的初始数据
|
||||||
|
*/
|
||||||
|
data: {
|
||||||
|
|
||||||
|
},
|
||||||
|
|
||||||
|
/**
|
||||||
|
* 生命周期函数--监听页面加载
|
||||||
|
*/
|
||||||
|
onLoad(options) {
|
||||||
|
|
||||||
|
}
|
||||||
|
})
|
||||||
4
pages/businessCard/cards/cards.json
Normal file
4
pages/businessCard/cards/cards.json
Normal file
@@ -0,0 +1,4 @@
|
|||||||
|
{
|
||||||
|
"usingComponents": {},
|
||||||
|
"navigationBarTitleText": "名片夹"
|
||||||
|
}
|
||||||
2
pages/businessCard/cards/cards.wxml
Normal file
2
pages/businessCard/cards/cards.wxml
Normal file
@@ -0,0 +1,2 @@
|
|||||||
|
|
||||||
|
名片夹
|
||||||
1
pages/businessCard/cards/cards.wxss
Normal file
1
pages/businessCard/cards/cards.wxss
Normal file
@@ -0,0 +1 @@
|
|||||||
|
/* pages/businessCard/cards/cards.wxss */
|
||||||
17
pages/businessCard/index.js
Normal file
17
pages/businessCard/index.js
Normal file
@@ -0,0 +1,17 @@
|
|||||||
|
// pages/businessCard/index.js
|
||||||
|
Page({
|
||||||
|
|
||||||
|
/**
|
||||||
|
* 页面的初始数据
|
||||||
|
*/
|
||||||
|
data: {
|
||||||
|
|
||||||
|
},
|
||||||
|
|
||||||
|
/**
|
||||||
|
* 生命周期函数--监听页面加载
|
||||||
|
*/
|
||||||
|
onLoad(options) {
|
||||||
|
|
||||||
|
}
|
||||||
|
})
|
||||||
4
pages/businessCard/index.json
Normal file
4
pages/businessCard/index.json
Normal file
@@ -0,0 +1,4 @@
|
|||||||
|
{
|
||||||
|
"usingComponents": {},
|
||||||
|
"navigationBarTitleText": "智能名片"
|
||||||
|
}
|
||||||
4
pages/businessCard/index.wxml
Normal file
4
pages/businessCard/index.wxml
Normal file
@@ -0,0 +1,4 @@
|
|||||||
|
|
||||||
|
<view>名片</view>
|
||||||
|
|
||||||
|
<navigator url="./cards/cards">名片夹</navigator>
|
||||||
1
pages/businessCard/index.wxss
Normal file
1
pages/businessCard/index.wxss
Normal file
@@ -0,0 +1 @@
|
|||||||
|
/* pages/businessCard/index.wxss */
|
||||||
Reference in New Issue
Block a user