forked from angelo/web-retail-h5
feat(comment): rm author comment
This commit is contained in:
parent
d637665bc2
commit
d13db2a700
|
@ -1,9 +1,4 @@
|
||||||
/*
|
|
||||||
* @Descripttion:
|
|
||||||
* @version:
|
|
||||||
* @Author: 王三华
|
|
||||||
* @Date: 2023-09-11 08:48:58
|
|
||||||
*/
|
|
||||||
const http = uni.$u.http
|
const http = uni.$u.http
|
||||||
|
|
||||||
//安置图
|
//安置图
|
||||||
|
|
|
@ -1,9 +1,4 @@
|
||||||
/*
|
|
||||||
* @Descripttion:
|
|
||||||
* @version:
|
|
||||||
* @Author: 王三华
|
|
||||||
* @Date: 2023-06-12 11:40:34
|
|
||||||
*/
|
|
||||||
const http = uni.$u.http
|
const http = uni.$u.http
|
||||||
|
|
||||||
//首页
|
//首页
|
||||||
|
|
|
@ -1,9 +1,4 @@
|
||||||
/*
|
|
||||||
* @Descripttion:
|
|
||||||
* @version:
|
|
||||||
* @Author: 王三华
|
|
||||||
* @Date: 2023-05-18 14:45:00
|
|
||||||
*/
|
|
||||||
const http = uni.$u.http
|
const http = uni.$u.http
|
||||||
|
|
||||||
// 验证码
|
// 验证码
|
||||||
|
|
|
@ -1,9 +1,4 @@
|
||||||
/*
|
|
||||||
* @Descripttion:
|
|
||||||
* @version:
|
|
||||||
* @Author: 王三华
|
|
||||||
* @Date: 2023-09-26 10:35:29
|
|
||||||
*/
|
|
||||||
const http = uni.$u.http
|
const http = uni.$u.http
|
||||||
|
|
||||||
//我的市场
|
//我的市场
|
||||||
|
|
|
@ -1,9 +1,4 @@
|
||||||
/*
|
|
||||||
* @Descripttion:
|
|
||||||
* @version:
|
|
||||||
* @Author: 王三华
|
|
||||||
* @Date: 2023-06-12 11:40:34
|
|
||||||
*/
|
|
||||||
const http = uni.$u.http
|
const http = uni.$u.http
|
||||||
|
|
||||||
//支付配置
|
//支付配置
|
||||||
|
|
|
@ -1,9 +1,3 @@
|
||||||
/*
|
|
||||||
* @Descripttion:
|
|
||||||
* @version:
|
|
||||||
* @Author: 王三华
|
|
||||||
* @Date: 2023-05-31 19:18:11
|
|
||||||
*/
|
|
||||||
const http = uni.$u.http
|
const http = uni.$u.http
|
||||||
|
|
||||||
//支付配置
|
//支付配置
|
||||||
|
|
|
@ -1,9 +1,3 @@
|
||||||
/*
|
|
||||||
* @Descripttion:
|
|
||||||
* @version:
|
|
||||||
* @Author: 王三华
|
|
||||||
* @Date: 2023-06-08 14:52:59
|
|
||||||
*/
|
|
||||||
const http = uni.$u.http
|
const http = uni.$u.http
|
||||||
//幂等性
|
//幂等性
|
||||||
export const generate = (params) => http.get('/system/api/idempotent/generate', { params })
|
export const generate = (params) => http.get('/system/api/idempotent/generate', { params })
|
||||||
|
|
|
@ -1,9 +1,3 @@
|
||||||
<!--
|
|
||||||
* @Descripttion:
|
|
||||||
* @version:
|
|
||||||
* @Author: 王三华
|
|
||||||
* @Date: 2023-05-18 14:42:53
|
|
||||||
-->
|
|
||||||
<template>
|
<template>
|
||||||
<view class="main">
|
<view class="main">
|
||||||
<view class="contents">
|
<view class="contents">
|
||||||
|
@ -331,7 +325,7 @@ page {
|
||||||
background-color: #fff;
|
background-color: #fff;
|
||||||
}
|
}
|
||||||
.btn {
|
.btn {
|
||||||
background-color: #005BAC;
|
background-color: #fb3024;
|
||||||
border: none;
|
border: none;
|
||||||
height: 92rpx;
|
height: 92rpx;
|
||||||
line-height: 92rpx;
|
line-height: 92rpx;
|
||||||
|
|
|
@ -1,9 +1,3 @@
|
||||||
<!--
|
|
||||||
* @Descripttion:
|
|
||||||
* @version:
|
|
||||||
* @Author: 王三华
|
|
||||||
* @Date: 2023-05-18 14:42:53
|
|
||||||
-->
|
|
||||||
<template>
|
<template>
|
||||||
<view class="main">
|
<view class="main">
|
||||||
<view class="color-s">
|
<view class="color-s">
|
||||||
|
|
|
@ -1,9 +1,3 @@
|
||||||
<!--
|
|
||||||
* @Descripttion:
|
|
||||||
* @version:
|
|
||||||
* @Author: 王三华
|
|
||||||
* @Date: 2023-05-18 14:42:53
|
|
||||||
-->
|
|
||||||
<template>
|
<template>
|
||||||
<view class="main">
|
<view class="main">
|
||||||
<scroll-view class="left_scrol_style" scroll-x="false" scroll-y="true">
|
<scroll-view class="left_scrol_style" scroll-x="false" scroll-y="true">
|
||||||
|
|
|
@ -1,9 +1,3 @@
|
||||||
<!--
|
|
||||||
* @Descripttion:
|
|
||||||
* @version:
|
|
||||||
* @Author: 王三华
|
|
||||||
* @Date: 2023-05-18 14:42:53
|
|
||||||
-->
|
|
||||||
<template>
|
<template>
|
||||||
<view class="main">
|
<view class="main">
|
||||||
<view v-if="userInfo.pkCountry!=1" class="top">
|
<view v-if="userInfo.pkCountry!=1" class="top">
|
||||||
|
|
|
@ -1,9 +1,3 @@
|
||||||
<!--
|
|
||||||
* @Descripttion:
|
|
||||||
* @version:
|
|
||||||
* @Author: 王三华
|
|
||||||
* @Date: 2023-05-18 14:42:53
|
|
||||||
-->
|
|
||||||
<template>
|
<template>
|
||||||
<view class="main">
|
<view class="main">
|
||||||
<view class="contents">
|
<view class="contents">
|
||||||
|
|
|
@ -1,9 +1,4 @@
|
||||||
<!--
|
|
||||||
* @Descripttion:
|
|
||||||
* @version:
|
|
||||||
* @Author: 王三华
|
|
||||||
* @Date: 2023-05-18 14:42:53
|
|
||||||
-->
|
|
||||||
<template>
|
<template>
|
||||||
<view class="main">
|
<view class="main">
|
||||||
<view class="contents">
|
<view class="contents">
|
||||||
|
|
|
@ -1,9 +1,3 @@
|
||||||
<!--
|
|
||||||
* @Descripttion:
|
|
||||||
* @version:
|
|
||||||
* @Author: 王三华
|
|
||||||
* @Date: 2023-05-18 14:42:53
|
|
||||||
-->
|
|
||||||
<template>
|
<template>
|
||||||
<view class="main">
|
<view class="main">
|
||||||
<view class="contents">
|
<view class="contents">
|
||||||
|
|
|
@ -1,9 +1,4 @@
|
||||||
<!--
|
|
||||||
* @Descripttion:
|
|
||||||
* @version:
|
|
||||||
* @Author: 王三华
|
|
||||||
* @Date: 2023-05-18 14:42:53
|
|
||||||
-->
|
|
||||||
<template>
|
<template>
|
||||||
<view class="main">
|
<view class="main">
|
||||||
<view class="changeLanguages"
|
<view class="changeLanguages"
|
||||||
|
|
|
@ -1,9 +1,4 @@
|
||||||
<!--
|
|
||||||
* @Descripttion:
|
|
||||||
* @version:
|
|
||||||
* @Author: 王三华
|
|
||||||
* @Date: 2023-05-18 14:42:53
|
|
||||||
-->
|
|
||||||
<template>
|
<template>
|
||||||
<view class="main">
|
<view class="main">
|
||||||
<view class="content">
|
<view class="content">
|
||||||
|
|
|
@ -1,9 +1,3 @@
|
||||||
<!--
|
|
||||||
* @Descripttion:
|
|
||||||
* @version:
|
|
||||||
* @Author: 王三华
|
|
||||||
* @Date: 2023-07-28 16:30:27
|
|
||||||
-->
|
|
||||||
<template>
|
<template>
|
||||||
<view class="content">
|
<view class="content">
|
||||||
<view class="topimg">
|
<view class="topimg">
|
||||||
|
|
|
@ -1,9 +1,4 @@
|
||||||
<!--
|
|
||||||
* @Descripttion:
|
|
||||||
* @version:
|
|
||||||
* @Author: 王三华
|
|
||||||
* @Date: 2023-05-18 14:42:53
|
|
||||||
-->
|
|
||||||
<template>
|
<template>
|
||||||
<view class="main">
|
<view class="main">
|
||||||
<div id="myImage">
|
<div id="myImage">
|
||||||
|
|
|
@ -1,9 +1,4 @@
|
||||||
<!--
|
|
||||||
* @Descripttion:
|
|
||||||
* @version:
|
|
||||||
* @Author: 王三华
|
|
||||||
* @Date: 2023-05-18 14:42:53
|
|
||||||
-->
|
|
||||||
<template>
|
<template>
|
||||||
<view class="main">
|
<view class="main">
|
||||||
<view class="contents">
|
<view class="contents">
|
||||||
|
|
|
@ -1,9 +1,4 @@
|
||||||
<!--
|
|
||||||
* @Descripttion:
|
|
||||||
* @version:
|
|
||||||
* @Author: 王三华
|
|
||||||
* @Date: 2023-10-16 09:13:48
|
|
||||||
-->
|
|
||||||
<template>
|
<template>
|
||||||
<view class="contain">
|
<view class="contain">
|
||||||
<view class="kuang"
|
<view class="kuang"
|
||||||
|
|
|
@ -1,9 +1,4 @@
|
||||||
<!--
|
|
||||||
* @Descripttion:
|
|
||||||
* @version:
|
|
||||||
* @Author: 王三华
|
|
||||||
* @Date: 2023-06-12 19:04:12
|
|
||||||
-->
|
|
||||||
<template>
|
<template>
|
||||||
<view class="content">
|
<view class="content">
|
||||||
<view v-for="(item, index) in wlData"
|
<view v-for="(item, index) in wlData"
|
||||||
|
|
|
@ -1,9 +1,4 @@
|
||||||
<!--
|
|
||||||
* @Descripttion:
|
|
||||||
* @version:
|
|
||||||
* @Author: 王三华
|
|
||||||
* @Date: 2023-10-25 15:55:11
|
|
||||||
-->
|
|
||||||
<template>
|
<template>
|
||||||
<view class="contain">
|
<view class="contain">
|
||||||
<!-- <div class="spacetitle">{{ '永远年轻·创客空间' }}</div> -->
|
<!-- <div class="spacetitle">{{ '永远年轻·创客空间' }}</div> -->
|
||||||
|
|
|
@ -1,9 +1,4 @@
|
||||||
<!--
|
|
||||||
* @Descripttion:
|
|
||||||
* @version:
|
|
||||||
* @Author: 王三华
|
|
||||||
* @Date: 2023-10-25 15:55:11
|
|
||||||
-->
|
|
||||||
<template>
|
<template>
|
||||||
<view class="contain">
|
<view class="contain">
|
||||||
<div class="spacetitle">{{ '永远年轻·创客空间' }}</div>
|
<div class="spacetitle">{{ '永远年轻·创客空间' }}</div>
|
||||||
|
|
|
@ -1,9 +1,4 @@
|
||||||
<!--
|
|
||||||
* @Descripttion:
|
|
||||||
* @version:
|
|
||||||
* @Author: 王三华
|
|
||||||
* @Date: 2024-09-19 11:15:25
|
|
||||||
-->
|
|
||||||
<template>
|
<template>
|
||||||
<view class="content">
|
<view class="content">
|
||||||
<view
|
<view
|
||||||
|
|
|
@ -1,9 +1,4 @@
|
||||||
<!--
|
|
||||||
* @Descripttion:
|
|
||||||
* @version:
|
|
||||||
* @Author: 王三华
|
|
||||||
* @Date: 2023-05-18 14:42:53
|
|
||||||
-->
|
|
||||||
<template>
|
<template>
|
||||||
<view class="main">
|
<view class="main">
|
||||||
<view class="contents">
|
<view class="contents">
|
||||||
|
|
|
@ -1,9 +1,4 @@
|
||||||
<!--
|
|
||||||
* @Descripttion:
|
|
||||||
* @version:
|
|
||||||
* @Author: 王三华
|
|
||||||
* @Date: 2023-05-18 14:42:53
|
|
||||||
-->
|
|
||||||
<template>
|
<template>
|
||||||
<view class="main">
|
<view class="main">
|
||||||
<view class="contents">
|
<view class="contents">
|
||||||
|
|
|
@ -1,9 +1,4 @@
|
||||||
<!--
|
|
||||||
* @Descripttion:
|
|
||||||
* @version:
|
|
||||||
* @Author: 王三华
|
|
||||||
* @Date: 2023-05-26 09:39:11
|
|
||||||
-->
|
|
||||||
<template>
|
<template>
|
||||||
<view class="content">
|
<view class="content">
|
||||||
<backIcon></backIcon>
|
<backIcon></backIcon>
|
||||||
|
|
|
@ -1,15 +1,4 @@
|
||||||
<!--
|
|
||||||
* @Descripttion:
|
|
||||||
* @version:
|
|
||||||
* @Author: 王三华
|
|
||||||
* @Date: 2023-06-02 15:08:25
|
|
||||||
-->
|
|
||||||
<!--
|
|
||||||
* @Descripttion:
|
|
||||||
* @version:
|
|
||||||
* @Author: 王三华
|
|
||||||
* @Date: 2023-05-26 09:39:11
|
|
||||||
-->
|
|
||||||
<template>
|
<template>
|
||||||
<view class="content1">
|
<view class="content1">
|
||||||
<backIcon></backIcon>
|
<backIcon></backIcon>
|
||||||
|
|
|
@ -1,15 +1,4 @@
|
||||||
<!--
|
|
||||||
* @Descripttion:
|
|
||||||
* @version:
|
|
||||||
* @Author: 王三华
|
|
||||||
* @Date: 2023-06-19 14:49:53
|
|
||||||
-->
|
|
||||||
<!--
|
|
||||||
* @Descripttion:
|
|
||||||
* @version:
|
|
||||||
* @Author: kBank
|
|
||||||
* @Date: 2022-11-21 15:11:22
|
|
||||||
-->
|
|
||||||
<template>
|
<template>
|
||||||
<view class="content">
|
<view class="content">
|
||||||
<!-- <backIcon :diff="diff"></backIcon> -->
|
<!-- <backIcon :diff="diff"></backIcon> -->
|
||||||
|
|
|
@ -1,15 +1,4 @@
|
||||||
<!--
|
|
||||||
* @Descripttion:
|
|
||||||
* @version:
|
|
||||||
* @Author: 王三华
|
|
||||||
* @Date: 2023-06-02 15:41:29
|
|
||||||
-->
|
|
||||||
<!--
|
|
||||||
* @Descripttion:
|
|
||||||
* @version:
|
|
||||||
* @Author: kBank
|
|
||||||
* @Date: 2022-11-21 15:11:22
|
|
||||||
-->
|
|
||||||
<template>
|
<template>
|
||||||
<view class="content">
|
<view class="content">
|
||||||
<view class="index_header">
|
<view class="index_header">
|
||||||
|
|
|
@ -1,9 +1,4 @@
|
||||||
<!--
|
|
||||||
* @Descripttion:
|
|
||||||
* @version:
|
|
||||||
* @Author: 王三华
|
|
||||||
* @Date: 2023-09-07 11:16:21
|
|
||||||
-->
|
|
||||||
<template>
|
<template>
|
||||||
<view class="contain">
|
<view class="contain">
|
||||||
<view class="zhan"></view>
|
<view class="zhan"></view>
|
||||||
|
|
|
@ -1,9 +1,4 @@
|
||||||
<!--
|
|
||||||
* @Descripttion:
|
|
||||||
* @version:
|
|
||||||
* @Author: 王三华
|
|
||||||
* @Date: 2023-05-26 09:39:11
|
|
||||||
-->
|
|
||||||
<template>
|
<template>
|
||||||
<view class="content">
|
<view class="content">
|
||||||
<backIcon></backIcon>
|
<backIcon></backIcon>
|
||||||
|
|
|
@ -1,15 +1,4 @@
|
||||||
<!--
|
|
||||||
* @Descripttion:
|
|
||||||
* @version:
|
|
||||||
* @Author: 王三华
|
|
||||||
* @Date: 2023-06-19 14:49:53
|
|
||||||
-->
|
|
||||||
<!--
|
|
||||||
* @Descripttion:
|
|
||||||
* @version:
|
|
||||||
* @Author: kBank
|
|
||||||
* @Date: 2022-11-21 15:11:22
|
|
||||||
-->
|
|
||||||
<template>
|
<template>
|
||||||
<view class="content">
|
<view class="content">
|
||||||
<backIcon :diff="diff"></backIcon>
|
<backIcon :diff="diff"></backIcon>
|
||||||
|
|
|
@ -1,9 +1,4 @@
|
||||||
<!--
|
|
||||||
* @Descripttion:
|
|
||||||
* @version:
|
|
||||||
* @Author: 王三华
|
|
||||||
* @Date: 2023-06-27 20:11:55
|
|
||||||
-->
|
|
||||||
<template>
|
<template>
|
||||||
<view>
|
<view>
|
||||||
<backIcon></backIcon>
|
<backIcon></backIcon>
|
||||||
|
|
|
@ -1,9 +1,4 @@
|
||||||
<!--
|
|
||||||
* @Descripttion:
|
|
||||||
* @version:
|
|
||||||
* @Author: 王三华
|
|
||||||
* @Date: 2023-09-25 11:58:36
|
|
||||||
-->
|
|
||||||
<template>
|
<template>
|
||||||
<view class="contain">
|
<view class="contain">
|
||||||
<view class="logOut" @click="loginOut">退出登录</view>
|
<view class="logOut" @click="loginOut">退出登录</view>
|
||||||
|
|
|
@ -1,9 +1,4 @@
|
||||||
<!--
|
|
||||||
* @Descripttion:
|
|
||||||
* @version:
|
|
||||||
* @Author: 王三华
|
|
||||||
* @Date: 2023-09-26 10:05:02
|
|
||||||
-->
|
|
||||||
<template>
|
<template>
|
||||||
<view class="contain">
|
<view class="contain">
|
||||||
<view class="kuang">
|
<view class="kuang">
|
||||||
|
|
|
@ -1,9 +1,4 @@
|
||||||
<!--
|
|
||||||
* @Descripttion:
|
|
||||||
* @version:
|
|
||||||
* @Author: 王三华
|
|
||||||
* @Date: 2023-05-18 14:42:53
|
|
||||||
-->
|
|
||||||
<template>
|
<template>
|
||||||
<view class="main">
|
<view class="main">
|
||||||
<u-popup :show="pswShow"
|
<u-popup :show="pswShow"
|
||||||
|
|
|
@ -1,9 +1,4 @@
|
||||||
<!--
|
|
||||||
* @Descripttion:
|
|
||||||
* @version:
|
|
||||||
* @Author: 王三华
|
|
||||||
* @Date: 2023-05-18 14:42:53
|
|
||||||
-->
|
|
||||||
<template>
|
<template>
|
||||||
<view class="main">
|
<view class="main">
|
||||||
<view class="content">
|
<view class="content">
|
||||||
|
|
|
@ -1,9 +1,4 @@
|
||||||
<!--
|
|
||||||
* @Descripttion:
|
|
||||||
* @version:
|
|
||||||
* @Author: 王三华
|
|
||||||
* @Date: 2023-06-16 09:43:05
|
|
||||||
-->
|
|
||||||
<template>
|
<template>
|
||||||
<div class="contain">
|
<div class="contain">
|
||||||
<img src="@/static/images/pay_i2.png"
|
<img src="@/static/images/pay_i2.png"
|
||||||
|
|
|
@ -1,9 +1,4 @@
|
||||||
/*
|
|
||||||
* @Descripttion:
|
|
||||||
* @version:
|
|
||||||
* @Author: 王三华
|
|
||||||
* @Date: 2023-06-12 15:07:09
|
|
||||||
*/
|
|
||||||
//该方法用于给日期、时间补零
|
//该方法用于给日期、时间补零
|
||||||
function addZero(num) {
|
function addZero(num) {
|
||||||
if (parseInt(num) < 10) {
|
if (parseInt(num) < 10) {
|
||||||
|
|
|
@ -1,15 +1,3 @@
|
||||||
/*
|
|
||||||
* @Descripttion:
|
|
||||||
* @version:
|
|
||||||
* @Author: 王三华
|
|
||||||
* @Date: 2023-05-18 16:58:19
|
|
||||||
*/
|
|
||||||
/*
|
|
||||||
* @Descripttion:
|
|
||||||
* @version:
|
|
||||||
* @Author: kBank
|
|
||||||
* @Date: 2023-02-01 15:20:02
|
|
||||||
*/
|
|
||||||
import store from '@/store'
|
import store from '@/store'
|
||||||
let userInfo = uni.getStorageSync('User')
|
let userInfo = uni.getStorageSync('User')
|
||||||
export function stateFormat(row, column, cellValue) {
|
export function stateFormat(row, column, cellValue) {
|
||||||
|
|
Loading…
Reference in New Issue