瀏覽代碼

upload

product
HolyKnightIX 1 年之前
父節點
當前提交
a1fc84a0c8
共有 11 個文件被更改,包括 35 次插入41 次删除
  1. +2
    -1
      app.json
  2. +8
    -8
      index/user.json
  3. +1
    -0
      index/user.ttml
  4. +0
    -10
      node_modules/.yarn-integrity
  5. +0
    -11
      package.json
  6. +9
    -0
      package2/pages/shopSecect/shopSelect.js
  7. +5
    -0
      package2/pages/shopSecect/shopSelect.json
  8. +3
    -0
      package2/pages/shopSecect/shopSelect.ttml
  9. +1
    -0
      package2/pages/shopSecect/shopSelect.ttss
  10. +6
    -7
      project.config.json
  11. +0
    -4
      yarn.lock

+ 2
- 1
app.json 查看文件

@@ -46,7 +46,8 @@
"subpackages": [{
"root": "package2",
"pages": [
"pages/appointment/appointment"
"pages/appointment/appointment",
"pages/shopSecect/shopSelect"
]
}],
"window": {


+ 8
- 8
index/user.json 查看文件

@@ -1,10 +1,10 @@
{
"navigationBarTitleText": "我的",
"navigationBarBackgroundColor": "#fff",
"navigationBarTextStyle": "black",
"usingComponents": {
"navbar": "../components/navbar/navbar",
"phoem":"../components/getPhoen/getPhoen",
"tabbar":"../components/tabbar/tabbar"
}
"navigationBarTitleText": "我的",
"navigationBarBackgroundColor": "#fff",
"navigationBarTextStyle": "black",
"usingComponents": {
"navbar": "../components/navbar/navbar",
"phoem": "../components/getPhoen/getPhoen",
"tabbar": "../components/tabbar/tabbar"
}
}

+ 1
- 0
index/user.ttml 查看文件

@@ -80,6 +80,7 @@
<image class="itemLogo" src="../assets/images/aptitude1.png" />
</view>
<view class="fuwuName f">服务资质</view>
<van-button type="primary">主要按钮</van-button>
</navigator>
</view>



+ 0
- 10
node_modules/.yarn-integrity 查看文件

@@ -1,10 +0,0 @@
{
"systemParams": "win32-x64-64",
"modulesFolders": [],
"flags": [],
"linkedModules": [],
"topLevelPatterns": [],
"lockfileEntries": {},
"files": [],
"artifacts": {}
}

+ 0
- 11
package.json 查看文件

@@ -1,11 +0,0 @@
{
"ttPlugins": {
"dependencies": {

"microapp-trade-plugin": {
"version": "1.1.2",
"isDynamic": true
}
}
}
}

+ 9
- 0
package2/pages/shopSecect/shopSelect.js 查看文件

@@ -0,0 +1,9 @@
// c:\Users\56817\Desktop\Working Space\3,TikTok-MiniPro\ttc\package2\pages\shopSecect\shopSelect\shopSelect.js
Page({
data: {

},
onLoad: function (options) {

}
})

+ 5
- 0
package2/pages/shopSecect/shopSelect.json 查看文件

@@ -0,0 +1,5 @@
{
"usingComponents": {

}
}

+ 3
- 0
package2/pages/shopSecect/shopSelect.ttml 查看文件

@@ -0,0 +1,3 @@
<!-- c:\Users\56817\Desktop\Working Space\3,TikTok-MiniPro\ttc\package2\pages\shopSecect\shopSelect\shopSelect.ttml -->
<text>c:\Users\56817\Desktop\Working
Space\3,TikTok-MiniPro\ttc\package2\pages\shopSecect\shopSelect\shopSelect.ttml</text>

+ 1
- 0
package2/pages/shopSecect/shopSelect.ttss 查看文件

@@ -0,0 +1 @@
/* c:\Users\56817\Desktop\Working Space\3,TikTok-MiniPro\ttc\package2\pages\shopSecect\shopSelect\shopSelect.ttss */

+ 6
- 7
project.config.json 查看文件

@@ -1,13 +1,13 @@
{
"setting": {
"urlCheck": false,
"es6": true,
"newFeature": false,
"postcss": false,
"mockUpdate": true,
"scripts": false,
"minified": false,
"autoPush": false,
"scripts": false,
"urlCheck": false,
"newFeature": false,
"mockUpdate": true,
"mockLogin": false,
"autoCompile": true,
"localPlugins": false,
@@ -18,8 +18,7 @@
"condition": {
"miniprogram": {
"current": -1,
"list": [
{
"list": [{
"id": 1678508631604,
"name": "pages/main/index",
"pathName": "pages/main/index",
@@ -67,4 +66,4 @@
]
}
}
}
}

+ 0
- 4
yarn.lock 查看文件

@@ -1,4 +0,0 @@
# THIS IS AN AUTOGENERATED FILE. DO NOT EDIT THIS FILE DIRECTLY.
# yarn lockfile v1



Loading…
取消
儲存