锶源昆仑会员+体验官
This commit is contained in:
28
pages/about/index.js
Normal file
28
pages/about/index.js
Normal file
@@ -0,0 +1,28 @@
|
||||
/*
|
||||
* 手太欠
|
||||
* 愿这世界都如故事里一样 美好而动人~
|
||||
*/
|
||||
|
||||
Page({
|
||||
|
||||
/**
|
||||
* 页面的初始数据
|
||||
*/
|
||||
data: {
|
||||
|
||||
},
|
||||
|
||||
/**
|
||||
* 生命周期函数--监听页面加载
|
||||
*/
|
||||
onLoad(options) {
|
||||
|
||||
},
|
||||
|
||||
/**
|
||||
* 生命周期函数--监听页面显示
|
||||
*/
|
||||
onShow() {
|
||||
|
||||
},
|
||||
})
|
||||
4
pages/about/index.json
Normal file
4
pages/about/index.json
Normal file
@@ -0,0 +1,4 @@
|
||||
{
|
||||
"usingComponents": {},
|
||||
"navigationBarTitleText": "锶源昆仑"
|
||||
}
|
||||
1
pages/about/index.wxml
Normal file
1
pages/about/index.wxml
Normal file
@@ -0,0 +1 @@
|
||||
<image class="product" src="http://api.siyuankunlun.com/storage/materials/2022/09/05/productimg.jpg" mode="widthFix"></image>
|
||||
3
pages/about/index.wxss
Normal file
3
pages/about/index.wxss
Normal file
@@ -0,0 +1,3 @@
|
||||
.product {
|
||||
width: 100%;
|
||||
}
|
||||
Reference in New Issue
Block a user