release: 临时紧急版本
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
2025-10-29 12:39:01 +08:00
parent 8b55419643
commit d831ee932b
6 changed files with 17 additions and 20 deletions

View File

@@ -1,4 +1,3 @@
// https://github.com/NervJS/taro/blob/next/packages/babel-preset-taro/README.md
module.exports = {
presets: [
[

4
components.d.ts vendored
View File

@@ -3,7 +3,7 @@
// Generated by unplugin-vue-components
// Read more: https://github.com/vuejs/core/pull/3399
// biome-ignore lint: disable
export {}
export {};
/* prettier-ignore */
declare module 'vue' {
@@ -42,8 +42,6 @@ declare module 'vue' {
NutSwiper: typeof import('@nutui/nutui-taro')['Swiper']
NutSwiperItem: typeof import('@nutui/nutui-taro')['SwiperItem']
NutSwitch: typeof import('@nutui/nutui-taro')['Switch']
NutTabbar: typeof import('@nutui/nutui-taro')['Tabbar']
NutTabbarItem: typeof import('@nutui/nutui-taro')['TabbarItem']
NutTable: typeof import('@nutui/nutui-taro')['Table']
NutTabPane: typeof import('@nutui/nutui-taro')['TabPane']
NutTabs: typeof import('@nutui/nutui-taro')['Tabs']

View File

@@ -1,8 +1,8 @@
{
"name": "jdt-user",
"version": "4.0.12",
"version": "4.0.13",
"taroConfig": {
"version": "4.0.12"
"version": "4.0.13"
},
"scripts": {
"build:weapp": "taro build --type weapp",
@@ -16,7 +16,7 @@
"build:jd": "taro build --type jd",
"build:quickapp": "taro build --type quickapp",
"dev:weapp": "taro build --type weapp --watch",
"dev:weapp:prview": "taro build --type weapp --watch --mode production",
"dev:weapp:prview": "taro build --type weapp --watch --mode reserve",
"dev:swan": "npm run build:swan -- --watch",
"dev:alipay": "npm run build:alipay -- --watch",
"dev:tt": "npm run build:tt -- --watch",
@@ -40,7 +40,7 @@
"Android >= 4.1",
"ios >= 8"
],
"author": "",
"author": "JDT",
"lint-staged": {
"*.{ts,vue}": [
"eslint --ext .ts,.vue .",

View File

@@ -97,12 +97,12 @@ export default defineAppConfig({
selectedIconPath: 'static/tabbar/1-1.png',
text: '首页',
},
{
pagePath: 'pages/game/gamehome/index',
iconPath: 'static/tabbar/2-0.png',
selectedIconPath: 'static/tabbar/2-1.png',
text: '游戏',
},
// {
// pagePath: 'pages/game/gamehome/index',
// iconPath: 'static/tabbar/2-0.png',
// selectedIconPath: 'static/tabbar/2-1.png',
// text: '游戏',
// },
{
pagePath: 'pages/cart/index',
iconPath: 'static/tabbar/3-0.png',

View File

@@ -14,8 +14,8 @@
</view>
<view class="banner">
<view class="title"></view>
<navigator class="jf-btn" hover-class="none"></navigator>
<view class="footer">
<view class="jf-btn" hover-class="none"></view>
<!-- <view class="footer">
<navigator
hover-class="none"
class="btn-1"
@@ -29,7 +29,7 @@
hover-class="none"
class="btn-3"
url="/pages/fastBuy/index?type=2"></navigator>
</view>
</view> -->
</view>
<view class="navigation">
<view
@@ -41,12 +41,12 @@
<view class="text">{{ item.name }}</view>
</view>
</view>
<navigator
<!-- <navigator
class="ad"
url="/pages/marketing/yq/index"
open-type="navigate"
hover-class="none">
</navigator>
</navigator> -->
<MerList :get-user-location="getUserLocal" />
<Popup :imgArr="imgList" />
</view>

View File

@@ -43,7 +43,7 @@ const request = (
title: '提示',
content: '你当前未登录,是否前往登录?',
confirmText: '去登录',
cancelText: '先逛逛',
cancelText: '暂不登录',
success: ({ confirm }) => {
if (confirm) {
Taro.reLaunch({