去除特殊异常

cyl/dev
jscyl13849007907 1 year ago
parent 55a01c3c1a
commit 1a84fa3d47

23
.gitignore vendored

@ -0,0 +1,23 @@
.DS_Store
node_modules
/dist
# local env files
.env.local
.env.*.local
# Log files
npm-debug.log*
yarn-debug.log*
yarn-error.log*
pnpm-debug.log*
# Editor directories and files
.idea
.vscode
*.suo
*.ntvs*
*.njsproj
*.sln
*.sw?

2
node_modules/.package-lock.json generated vendored

@ -1,7 +1,7 @@
{ {
"name": "yimini", "name": "yimini",
"version": "1.0.0", "version": "1.0.0",
"lockfileVersion": 2, "lockfileVersion": 3,
"requires": true, "requires": true,
"packages": { "packages": {
"node_modules/@miniprogram-component-plus/sticky": { "node_modules/@miniprogram-component-plus/sticky": {

@ -354,7 +354,6 @@
</block> </block>
</view> </view>
<view class="f12 c9 {{item.desp == '' ? 'prtop8' : ''}}"> <view class="f12 c9 {{item.desp == '' ? 'prtop8' : ''}}">
{{}}
<text class>{{dateUtil.formatDateYYYYMMDDHHMM(item.createTime)}}</text> <text class>{{dateUtil.formatDateYYYYMMDDHHMM(item.createTime)}}</text>
</view> </view>
</view> </view>

@ -1,7 +1,7 @@
<view style="display: flex; flex-direction: column" bindtouchstart="touchStart"> <view style="display: flex; flex-direction: column" bindtouchstart="touchStart">
<view class="navigator"> <view class="navigator">
<view class="navigatorBar" hover-class="none" style="padding-top:{{statusBarHeight + ((navigationBarHeight - menuButtonHeight) / 2)}}px" hover-stop-propagation="false"> <view class="navigatorBar" hover-class="none" style="padding-top:{{statusBarHeight + ((navigationBarHeight - menuButtonHeight) / 2)}}px" hover-stop-propagation="false">
<view class="tabs display-flex" style='width:128px;text-align:center;margin-top:{{}}'> <view class="tabs display-flex" style='width:128px;text-align:center;'>
<view class="tarbar" style="" bindtap="choosenTop" data-id="1"> <view class="tarbar" style="" bindtap="choosenTop" data-id="1">
<view class="tarbarText {{toped == '1'?'active':''}}">标准</view> <view class="tarbarText {{toped == '1'?'active':''}}">标准</view>
<!-- <image wx:if="{{toped == '2'}}" src="../../assets/images/border-circle.svg" class="tarbarImg"></image> --> <!-- <image wx:if="{{toped == '2'}}" src="../../assets/images/border-circle.svg" class="tarbarImg"></image> -->

Loading…
Cancel
Save