HolyKnightIX 2 lat temu
rodzic
commit
ea24832601
8 zmienionych plików z 40 dodań i 12 usunięć
  1. +1
    -2
      app.json
  2. +4
    -4
      ext.json
  3. +14
    -3
      pages/index/index.js
  4. +6
    -3
      pages/index/index.ttml
  5. +9
    -0
      pages/index/pages/forgetpwd/forgetpwd.js
  6. +3
    -0
      pages/index/pages/forgetpwd/forgetpwd.json
  7. +2
    -0
      pages/index/pages/forgetpwd/forgetpwd.ttml
  8. +1
    -0
      pages/index/pages/forgetpwd/forgetpwd.ttss

+ 1
- 2
app.json Wyświetl plik

@@ -31,8 +31,7 @@
"color": "#9F9F9F",
"selectedColor": "#52a0fd",
"backgroundColor": "#fff",
"list": [
{
"list": [{
"pagePath": "pages/main/main",
"text": "首页",
"iconPath": "assets/images/home-n.png",


+ 4
- 4
ext.json Wyświetl plik

@@ -1,11 +1,11 @@
{
"ext": {
"attr": {
"configUrl": "https://b.malls.iformall.com",
"configUrl": "https://btest.malls.iformall.com",
"datatowerurl": "https://mobile.malls.iformall.com"
},
"name": "家帮汇商户端",
"weappId": "tt883bfe86170711f401",
"name": "富茂券券集团商户端",
"weappId": "tt60d3166effed27cc01",
"appVersion": "Btest.5.1.0"
},
"debug": false,
@@ -29,7 +29,7 @@
"backgroundTextStyle": "light",
"navigationBarBackgroundColor": "#52A0FD"
},
"extAppid": "tt883bfe86170711f401",
"extAppid": "tt60d3166effed27cc01",
"extEnable": true,
"permission": {
"scope.userLocation": {


+ 14
- 3
pages/index/index.js Wyświetl plik

@@ -110,14 +110,25 @@ Page({
}
})
},

showpass: function () {
let that = this;
},
forgetPwd: function () {

forgetPwd() {
console.log('forgetPwd!!!!!!!');

tt.navigateTo({
url: '/pages/index/forgetpwd/forgetpwd',
})
url: "/pages/forgetpwd/forgetpwd",
success: (res) => {
console.log(res, 'res');
},
fail: (res) => {
console.log(res, 'res');
},
});
},

getLoginInfo(e) {
var phoneReg = /^1[0|1|2|3|4|5|6|7|8|9]\d{9}$/;
let {


+ 6
- 3
pages/index/index.ttml Wyświetl plik

@@ -18,14 +18,17 @@
<navigator url='../index/index' open-type='navigate' hover-class='none'>
</navigator>
<button form-type='submit' class='button' hover-class='active'>登录管理门店</button>
<!-- <view class='forget clearfix'>
<text class='fr' bindtap='forgetPwd'>忘记密码</text>
</view> -->

<view class='forget clearfix' bindtap='forgetPwd'>
<text class='fr'>忘记密码</text>
</view>

<!-- <view>
<button class="phone" tt:if="{{!ifAlBoss}}" open-type="getPhoneNumber" bindgetphonenumber="getPhoneNumber"><image class='adminlogo' src='../../assets/images/admin.png' mode='widthFix'></image>数据塔台</button>
<button class="phone" tt:if="{{ifAlBoss}}" bindtap="getPhoneNumber"><image class='adminlogo' src='../../assets/images/admin.png' mode='widthFix'></image>数据塔台</button>
</view> -->

</form>
<view class="page" tt:if="{{ifShowShop}}">
<view class="title">请选择要管理的门店</view>


+ 9
- 0
pages/index/pages/forgetpwd/forgetpwd.js Wyświetl plik

@@ -0,0 +1,9 @@
// c:\Users\Holy-Knight-IX\Desktop\Working Space\4.TikTok-MiniPro\ttb\pages\index\pages\forgetpwd\forgetpwd.js
Page({
data: {

},
onLoad: function (options) {

}
})

+ 3
- 0
pages/index/pages/forgetpwd/forgetpwd.json Wyświetl plik

@@ -0,0 +1,3 @@
{
"usingComponents": {}
}

+ 2
- 0
pages/index/pages/forgetpwd/forgetpwd.ttml Wyświetl plik

@@ -0,0 +1,2 @@
<!-- c:\Users\Holy-Knight-IX\Desktop\Working Space\4.TikTok-MiniPro\ttb\pages\index\pages\forgetpwd\forgetpwd.ttml -->
<text>c:\Users\Holy-Knight-IX\Desktop\Working Space\4.TikTok-MiniPro\ttb\pages\index\pages\forgetpwd\forgetpwd.ttml</text>

+ 1
- 0
pages/index/pages/forgetpwd/forgetpwd.ttss Wyświetl plik

@@ -0,0 +1 @@
/* c:\Users\Holy-Knight-IX\Desktop\Working Space\4.TikTok-MiniPro\ttb\pages\index\pages\forgetpwd\forgetpwd.ttss */

Ładowanie…
Anuluj
Zapisz