Kaynağa Gözat

upload

product
HolyKnightIX 1 yıl önce
ebeveyn
işleme
f124fde431
10 değiştirilmiş dosya ile 60 ekleme ve 68 silme
  1. +8
    -8
      index/user.json
  2. +0
    -10
      node_modules/.yarn-integrity
  3. +0
    -11
      package.json
  4. +9
    -0
      package2/pages/shopSecect/shopSelect.js
  5. +5
    -0
      package2/pages/shopSecect/shopSelect.json
  6. +3
    -0
      package2/pages/shopSecect/shopSelect.ttml
  7. +1
    -0
      package2/pages/shopSecect/shopSelect.ttss
  8. +28
    -28
      pages2/appointment/appointment.ttml
  9. +6
    -7
      project.config.json
  10. +0
    -4
      yarn.lock

+ 8
- 8
index/user.json Dosyayı Görüntüle

@@ -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"
}
}

+ 0
- 10
node_modules/.yarn-integrity Dosyayı Görüntüle

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

+ 0
- 11
package.json Dosyayı Görüntüle

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

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

+ 9
- 0
package2/pages/shopSecect/shopSelect.js Dosyayı Görüntüle

@@ -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 Dosyayı Görüntüle

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

}
}

+ 3
- 0
package2/pages/shopSecect/shopSelect.ttml Dosyayı Görüntüle

@@ -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 Dosyayı Görüntüle

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

+ 28
- 28
pages2/appointment/appointment.ttml Dosyayı Görüntüle

@@ -41,39 +41,39 @@
<text>选择可用商户:</text>
<picker style="display: inline-block;" mode="selector" value="{{index}}" range="{{mallList}}"
range-key="distanceName" disabled="{{false}}" bindchange="setMerchant">
<view class="pickerInside">
请选择
</view>
</picker>
</view>

<view tt:if="{{ merchantId }}" class="addressPicker">
<picker style="display: inline;" mode="selector" value="{{index}}" range="{{mallList}}" range-key="distanceName"
disabled="{{false}}" bindchange="setMerchant">
<text tt:if="{{ !reservationMerchantName }}"> 选择可用商户:<text class="pickerInside">{{
mallList[currentIndex].merchantName }} <text class="distanceFoot">{{
mallList[currentIndex].distance_str }}</text></text></text>
<text tt:if="{{ reservationMerchantName }}"> 选择可用商户:<text class="pickerInside">{{ reservationMerchantName
}}</text></text>
</picker>
<view class="pickerInside"></view>
请选择
</view>
</picker>
</view>

<view class="addressPickerFlex" bindtap="goSelectShop">
<text>选择可用商户(BETA):</text>
<view tt:if="{{ merchantId }}" class="addressPicker">
<picker style="display: inline;" mode="selector" value="{{index}}" range="{{mallList}}" range-key="distanceName"
disabled="{{false}}" bindchange="setMerchant">
<text tt:if="{{ !reservationMerchantName }}"> 选择可用商户:<text class="pickerInside">{{
mallList[currentIndex].merchantName }} <text class="distanceFoot">{{
mallList[currentIndex].distance_str }}</text></text></text>
<text tt:if="{{ reservationMerchantName }}"> 选择可用商户:<text class="pickerInside">{{ reservationMerchantName
}}</text></text>
</picker>
</view>

<view class="pickerInside">
请选择
</view>
<view class="addressPickerFlex" bindtap="goSelectShop">
<text>选择可用商户(BETA):</text>

<view class="pickerInside">
请选择
</view>

<view class="describeTextarea">
<textarea class="describe" placeholder="备注:说点什么吧" disabled="{{ !isShowBtns }}" bindinput="describing"
value="{{ describeStr }}"></textarea>
</view>
</view>

<view class="describeTextarea">
<textarea class="describe" placeholder="备注:说点什么吧" disabled="{{ !isShowBtns }}" bindinput="describing"
value="{{ describeStr }}"></textarea>
</view>

<block tt:if="{{isShowBtns}}">
<button class="confirm" type="primary" bindtap="confirm">{{ appointmentText }}</button>
<!-- <button tt:if="{{ id && status != 1}}" type="primary" bindtap="cancel">取消预约</button> -->
</block>
<block tt:if="{{isShowBtns}}">
<button class="confirm" type="primary" bindtap="confirm">{{ appointmentText }}</button>
<!-- <button tt:if="{{ id && status != 1}}" type="primary" bindtap="cancel">取消预约</button> -->
</block>
</view>

+ 6
- 7
project.config.json Dosyayı Görüntüle

@@ -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 Dosyayı Görüntüle

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



Yükleniyor…
İptal
Kaydet