This commit is contained in:
@@ -1,4 +1,3 @@
|
|||||||
// https://github.com/NervJS/taro/blob/next/packages/babel-preset-taro/README.md
|
|
||||||
module.exports = {
|
module.exports = {
|
||||||
presets: [
|
presets: [
|
||||||
[
|
[
|
||||||
|
|||||||
4
components.d.ts
vendored
4
components.d.ts
vendored
@@ -3,7 +3,7 @@
|
|||||||
// Generated by unplugin-vue-components
|
// Generated by unplugin-vue-components
|
||||||
// Read more: https://github.com/vuejs/core/pull/3399
|
// Read more: https://github.com/vuejs/core/pull/3399
|
||||||
// biome-ignore lint: disable
|
// biome-ignore lint: disable
|
||||||
export {}
|
export {};
|
||||||
|
|
||||||
/* prettier-ignore */
|
/* prettier-ignore */
|
||||||
declare module 'vue' {
|
declare module 'vue' {
|
||||||
@@ -42,8 +42,6 @@ declare module 'vue' {
|
|||||||
NutSwiper: typeof import('@nutui/nutui-taro')['Swiper']
|
NutSwiper: typeof import('@nutui/nutui-taro')['Swiper']
|
||||||
NutSwiperItem: typeof import('@nutui/nutui-taro')['SwiperItem']
|
NutSwiperItem: typeof import('@nutui/nutui-taro')['SwiperItem']
|
||||||
NutSwitch: typeof import('@nutui/nutui-taro')['Switch']
|
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']
|
NutTable: typeof import('@nutui/nutui-taro')['Table']
|
||||||
NutTabPane: typeof import('@nutui/nutui-taro')['TabPane']
|
NutTabPane: typeof import('@nutui/nutui-taro')['TabPane']
|
||||||
NutTabs: typeof import('@nutui/nutui-taro')['Tabs']
|
NutTabs: typeof import('@nutui/nutui-taro')['Tabs']
|
||||||
|
|||||||
@@ -1,8 +1,8 @@
|
|||||||
{
|
{
|
||||||
"name": "jdt-user",
|
"name": "jdt-user",
|
||||||
"version": "4.0.12",
|
"version": "4.0.13",
|
||||||
"taroConfig": {
|
"taroConfig": {
|
||||||
"version": "4.0.12"
|
"version": "4.0.13"
|
||||||
},
|
},
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"build:weapp": "taro build --type weapp",
|
"build:weapp": "taro build --type weapp",
|
||||||
@@ -16,7 +16,7 @@
|
|||||||
"build:jd": "taro build --type jd",
|
"build:jd": "taro build --type jd",
|
||||||
"build:quickapp": "taro build --type quickapp",
|
"build:quickapp": "taro build --type quickapp",
|
||||||
"dev:weapp": "taro build --type weapp --watch",
|
"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:swan": "npm run build:swan -- --watch",
|
||||||
"dev:alipay": "npm run build:alipay -- --watch",
|
"dev:alipay": "npm run build:alipay -- --watch",
|
||||||
"dev:tt": "npm run build:tt -- --watch",
|
"dev:tt": "npm run build:tt -- --watch",
|
||||||
@@ -40,7 +40,7 @@
|
|||||||
"Android >= 4.1",
|
"Android >= 4.1",
|
||||||
"ios >= 8"
|
"ios >= 8"
|
||||||
],
|
],
|
||||||
"author": "",
|
"author": "JDT",
|
||||||
"lint-staged": {
|
"lint-staged": {
|
||||||
"*.{ts,vue}": [
|
"*.{ts,vue}": [
|
||||||
"eslint --ext .ts,.vue .",
|
"eslint --ext .ts,.vue .",
|
||||||
|
|||||||
@@ -97,12 +97,12 @@ export default defineAppConfig({
|
|||||||
selectedIconPath: 'static/tabbar/1-1.png',
|
selectedIconPath: 'static/tabbar/1-1.png',
|
||||||
text: '首页',
|
text: '首页',
|
||||||
},
|
},
|
||||||
{
|
// {
|
||||||
pagePath: 'pages/game/gamehome/index',
|
// pagePath: 'pages/game/gamehome/index',
|
||||||
iconPath: 'static/tabbar/2-0.png',
|
// iconPath: 'static/tabbar/2-0.png',
|
||||||
selectedIconPath: 'static/tabbar/2-1.png',
|
// selectedIconPath: 'static/tabbar/2-1.png',
|
||||||
text: '游戏',
|
// text: '游戏',
|
||||||
},
|
// },
|
||||||
{
|
{
|
||||||
pagePath: 'pages/cart/index',
|
pagePath: 'pages/cart/index',
|
||||||
iconPath: 'static/tabbar/3-0.png',
|
iconPath: 'static/tabbar/3-0.png',
|
||||||
|
|||||||
@@ -14,8 +14,8 @@
|
|||||||
</view>
|
</view>
|
||||||
<view class="banner">
|
<view class="banner">
|
||||||
<view class="title"></view>
|
<view class="title"></view>
|
||||||
<navigator class="jf-btn" hover-class="none"></navigator>
|
<view class="jf-btn" hover-class="none"></view>
|
||||||
<view class="footer">
|
<!-- <view class="footer">
|
||||||
<navigator
|
<navigator
|
||||||
hover-class="none"
|
hover-class="none"
|
||||||
class="btn-1"
|
class="btn-1"
|
||||||
@@ -29,7 +29,7 @@
|
|||||||
hover-class="none"
|
hover-class="none"
|
||||||
class="btn-3"
|
class="btn-3"
|
||||||
url="/pages/fastBuy/index?type=2"></navigator>
|
url="/pages/fastBuy/index?type=2"></navigator>
|
||||||
</view>
|
</view> -->
|
||||||
</view>
|
</view>
|
||||||
<view class="navigation">
|
<view class="navigation">
|
||||||
<view
|
<view
|
||||||
@@ -41,12 +41,12 @@
|
|||||||
<view class="text">{{ item.name }}</view>
|
<view class="text">{{ item.name }}</view>
|
||||||
</view>
|
</view>
|
||||||
</view>
|
</view>
|
||||||
<navigator
|
<!-- <navigator
|
||||||
class="ad"
|
class="ad"
|
||||||
url="/pages/marketing/yq/index"
|
url="/pages/marketing/yq/index"
|
||||||
open-type="navigate"
|
open-type="navigate"
|
||||||
hover-class="none">
|
hover-class="none">
|
||||||
</navigator>
|
</navigator> -->
|
||||||
<MerList :get-user-location="getUserLocal" />
|
<MerList :get-user-location="getUserLocal" />
|
||||||
<Popup :imgArr="imgList" />
|
<Popup :imgArr="imgList" />
|
||||||
</view>
|
</view>
|
||||||
|
|||||||
@@ -43,7 +43,7 @@ const request = (
|
|||||||
title: '提示',
|
title: '提示',
|
||||||
content: '你当前未登录,是否前往登录?',
|
content: '你当前未登录,是否前往登录?',
|
||||||
confirmText: '去登录',
|
confirmText: '去登录',
|
||||||
cancelText: '先逛逛',
|
cancelText: '暂不登录',
|
||||||
success: ({ confirm }) => {
|
success: ({ confirm }) => {
|
||||||
if (confirm) {
|
if (confirm) {
|
||||||
Taro.reLaunch({
|
Taro.reLaunch({
|
||||||
|
|||||||
Reference in New Issue
Block a user