添加签到页面

This commit is contained in:
2025-04-25 10:50:10 +08:00
parent 3574768aa5
commit d85ec0e861
213 changed files with 2110 additions and 1078 deletions

View File

@ -13547,7 +13547,7 @@ function setTabbar() {
}
// 忽略登录和tabbar页面路径
var tabbarList = ["pages/shop_cart/shop_cart", "pages/user/user", "pages/index/index", "pages/sort/sort", "pages/login/fast"];
var tabbarList = ["pages/shop_cart/shop_cart", "pages/user/user", "pages/index/index", "pages/sort/sort", "pages/login/fast", "pages/signin/signin"];
// 登录注册相关
exports.tabbarList = tabbarList;
var acountList = ["pages/login/login", "pages/forget_pwd/forget_pwd", "pages/register/register"];
@ -16473,7 +16473,22 @@ exports.default = _default;
/* 187 */,
/* 188 */,
/* 189 */,
/* 190 */
/* 190 */,
/* 191 */,
/* 192 */,
/* 193 */,
/* 194 */,
/* 195 */,
/* 196 */,
/* 197 */,
/* 198 */,
/* 199 */,
/* 200 */,
/* 201 */,
/* 202 */,
/* 203 */,
/* 204 */,
/* 205 */
/*!*****************************************************************************!*\
!*** D:/Hbuilder/Project/jianbing/components/uview-ui/libs/util/emitter.js ***!
\*****************************************************************************/
@ -16541,7 +16556,7 @@ var _default = {
exports.default = _default;
/***/ }),
/* 191 */
/* 206 */
/*!*************************************************************************************!*\
!*** D:/Hbuilder/Project/jianbing/components/uview-ui/libs/util/async-validator.js ***!
\*************************************************************************************/
@ -17719,10 +17734,10 @@ Schema.warning = warning;
Schema.messages = messages;
var _default = Schema;
exports.default = _default;
/* WEBPACK VAR INJECTION */}.call(this, __webpack_require__(/*! ./../../../../../../HBuilderX/plugins/uniapp-cli/node_modules/node-libs-browser/mock/process.js */ 192)))
/* WEBPACK VAR INJECTION */}.call(this, __webpack_require__(/*! ./../../../../../../HBuilderX/plugins/uniapp-cli/node_modules/node-libs-browser/mock/process.js */ 207)))
/***/ }),
/* 192 */
/* 207 */
/*!********************************************************!*\
!*** ./node_modules/node-libs-browser/mock/process.js ***!
\********************************************************/
@ -17753,7 +17768,7 @@ exports.binding = function (name) {
var path;
exports.cwd = function () { return cwd };
exports.chdir = function (dir) {
if (!path) path = __webpack_require__(/*! path */ 193);
if (!path) path = __webpack_require__(/*! path */ 208);
cwd = path.resolve(dir, cwd);
};
})();
@ -17766,7 +17781,7 @@ exports.features = {};
/***/ }),
/* 193 */
/* 208 */
/*!***********************************************!*\
!*** ./node_modules/path-browserify/index.js ***!
\***********************************************/
@ -18076,31 +18091,31 @@ var substr = 'ab'.substr(-1) === 'b'
}
;
/* WEBPACK VAR INJECTION */}.call(this, __webpack_require__(/*! ./../node-libs-browser/mock/process.js */ 192)))
/* WEBPACK VAR INJECTION */}.call(this, __webpack_require__(/*! ./../node-libs-browser/mock/process.js */ 207)))
/***/ }),
/* 194 */,
/* 195 */,
/* 196 */,
/* 197 */,
/* 198 */,
/* 199 */,
/* 200 */,
/* 201 */,
/* 202 */,
/* 203 */,
/* 204 */,
/* 205 */,
/* 206 */,
/* 207 */,
/* 208 */,
/* 209 */,
/* 210 */,
/* 211 */,
/* 212 */,
/* 213 */,
/* 214 */,
/* 215 */
/* 215 */,
/* 216 */,
/* 217 */,
/* 218 */,
/* 219 */,
/* 220 */,
/* 221 */,
/* 222 */,
/* 223 */,
/* 224 */,
/* 225 */,
/* 226 */,
/* 227 */,
/* 228 */,
/* 229 */,
/* 230 */
/*!************************************************************************************************!*\
!*** D:/Hbuilder/Project/jianbing/components/uview-ui/components/u-parse/libs/MpHtmlParser.js ***!
\************************************************************************************************/
@ -18114,9 +18129,9 @@ var substr = 'ab'.substr(-1) === 'b'
* @author JinYufeng
* @listens MIT
*/
var cfg = __webpack_require__(/*! ./config.js */ 216),
var cfg = __webpack_require__(/*! ./config.js */ 231),
blankChar = cfg.blankChar,
CssHandler = __webpack_require__(/*! ./CssHandler.js */ 217),
CssHandler = __webpack_require__(/*! ./CssHandler.js */ 232),
windowWidth = uni.getSystemInfoSync().windowWidth;
var emoji;
function MpHtmlParser(data) {
@ -18679,7 +18694,7 @@ module.exports = MpHtmlParser;
/* WEBPACK VAR INJECTION */}.call(this, __webpack_require__(/*! ./node_modules/@dcloudio/uni-mp-alipay/dist/index.js */ 1)["default"]))
/***/ }),
/* 216 */
/* 231 */
/*!******************************************************************************************!*\
!*** D:/Hbuilder/Project/jianbing/components/uview-ui/components/u-parse/libs/config.js ***!
\******************************************************************************************/
@ -18753,14 +18768,14 @@ function makeMap(str) {
module.exports = cfg;
/***/ }),
/* 217 */
/* 232 */
/*!**********************************************************************************************!*\
!*** D:/Hbuilder/Project/jianbing/components/uview-ui/components/u-parse/libs/CssHandler.js ***!
\**********************************************************************************************/
/*! no static exports found */
/***/ (function(module, exports, __webpack_require__) {
var cfg = __webpack_require__(/*! ./config.js */ 216),
var cfg = __webpack_require__(/*! ./config.js */ 231),
isLetter = function isLetter(c) {
return c >= 'a' && c <= 'z' || c >= 'A' && c <= 'Z';
};