1.7 去掉事件详情输入框,个股中心部分模块页面搭建
BIN
unpackage/dist/build/mp-weixin/pagesStock/static/icon/contrast.png
vendored
Normal file
|
After Width: | Height: | Size: 1.8 KiB |
BIN
unpackage/dist/build/mp-weixin/pagesStock/static/icon/downArrow.png
vendored
Normal file
|
After Width: | Height: | Size: 621 B |
BIN
unpackage/dist/build/mp-weixin/pagesStock/static/icon/establishedTime.png
vendored
Normal file
|
After Width: | Height: | Size: 3.1 KiB |
BIN
unpackage/dist/build/mp-weixin/pagesStock/static/icon/location.png
vendored
Normal file
|
After Width: | Height: | Size: 3.7 KiB |
BIN
unpackage/dist/build/mp-weixin/pagesStock/static/icon/optional.png
vendored
Normal file
|
After Width: | Height: | Size: 2.2 KiB |
BIN
unpackage/dist/build/mp-weixin/pagesStock/static/icon/registeredCapital.png
vendored
Normal file
|
After Width: | Height: | Size: 3.2 KiB |
BIN
unpackage/dist/build/mp-weixin/pagesStock/static/icon/share.png
vendored
Normal file
|
After Width: | Height: | Size: 2.2 KiB |
BIN
unpackage/dist/build/mp-weixin/pagesStock/static/icon/upArrow.png
vendored
Normal file
|
After Width: | Height: | Size: 699 B |
BIN
unpackage/dist/build/mp-weixin/pagesStock/static/icon/visitWebsite.png
vendored
Normal file
|
After Width: | Height: | Size: 4.1 KiB |
1
unpackage/dist/build/mp-weixin/pagesStock/stockCenterDetails/stockCenterDetails.js
vendored
Normal file
@@ -0,0 +1 @@
|
||||
"use strict";const t=require("../../common/vendor.js"),e=require("../../common/assets.js"),o={data:()=>({navH:t.inject("navHeight"),keywords:"",tabList:[{title:"公司档案"},{title:"深度分析"},{title:"股票行情"},{title:"财务全景"},{title:"盈利预测"}]})};if(!Array){t.resolveComponent("navBar")()}Math;const i=t._export_sfc(o,[["render",function(o,i,n,r,s,a){return{a:t.p({leftText:"平安银行(000001)",hideNavBg:!0}),b:e._imports_0,c:e._imports_1,d:t.o((t=>o.clickSearch())),e:s.keywords,f:t.o((t=>s.keywords=t.detail.value)),g:t.s("top:"+s.navH+"px;"),h:t.f(s.tabList,((e,o,i)=>({a:t.t(e.title),b:o}))),i:t.o((t=>o.sendEventComment())),j:o.eventComment,k:t.o((t=>o.eventComment=t.detail.value)),l:e._imports_2$6,m:e._imports_3$4,n:t.o((t=>o.clickComment())),o:e._imports_4$5,p:t.o((t=>o.clickFollow()))}}]]);wx.createPage(i);
|
||||
6
unpackage/dist/build/mp-weixin/pagesStock/stockCenterDetails/stockCenterDetails.json
vendored
Normal file
@@ -0,0 +1,6 @@
|
||||
{
|
||||
"navigationBarTitleText": "",
|
||||
"usingComponents": {
|
||||
"nav-bar": "../../components/navBar/navBar"
|
||||
}
|
||||
}
|
||||
1
unpackage/dist/build/mp-weixin/pagesStock/stockCenterDetails/stockCenterDetails.wxml
vendored
Normal file
@@ -0,0 +1 @@
|
||||
<view><nav-bar wx:if="{{a}}" u-i="817d6950-0" bind:__l="__l" u-p="{{a}}"></nav-bar><image class="topBg absolute" src="{{b}}" mode="widthFix"></image><view class="searchC fixed flex" style="{{g}}"><image class="icon" src="{{c}}" mode="widthFix"></image><input class="flex1" type="text" placeholder="输入股票代码或名称" placeholder-style="color:#eeeeee" confirm-type="search" bindconfirm="{{d}}" value="{{e}}" bindinput="{{f}}"/></view><scroll-view scroll-y><view class="basicInfoC"></view><view class="otherInfoC"><view class="tabC"><view wx:for="{{h}}" wx:for-item="item" wx:key="b" class="item">{{item.a}}</view></view></view></scroll-view><view class="bottomC fixed flex"><view class="inputC flex1"><input type="text" placeholder="对比股票..." placeholder-style="color:#666" confirm-type="send" bindconfirm="{{i}}" value="{{j}}" bindinput="{{k}}"/></view><view class="contrastShareC flex"><view class="item"><image class="icon" src="{{l}}" mode="heightFix"></image><view>对比</view></view><view class="item" bindtap="{{n}}"><image class="icon" src="{{m}}" mode="heightFix"></image><view>自选</view></view><view class="item" bindtap="{{p}}"><image class="icon" src="{{o}}" mode="heightFix"></image><view>分享</view></view></view></view></view>
|
||||
1
unpackage/dist/build/mp-weixin/pagesStock/stockCenterDetails/stockCenterDetails.wxss
vendored
Normal file
@@ -0,0 +1 @@
|
||||
page{background-color:#070707}.topBg{top:0;left:0;width:100%;height:auto}.searchC{background-color:rgba(41,41,41,.7);left:0;right:0;margin:20rpx 25rpx 0;padding:0 25rpx;height:70rpx;border-radius:35rpx;font-size:22rpx;font-weight:500}.searchC .icon{margin-right:12rpx;width:25rpx;height:auto}.searchC input{height:100%;color:#fff}.bottomC{background-color:#000;padding:20rpx 25rpx calc(20rpx + env(safe-area-inset-bottom));left:0;right:0;bottom:0}.bottomC .inputC{background-color:#424143;margin-right:20rpx;padding:0 33rpx;height:70rpx;border-radius:35rpx}.bottomC .inputC input{height:100%;font-size:26rpx;font-weight:500}.bottomC .contrastShareC .item{font-size:24rpx;font-weight:500;color:#fefaf6;text-align:center}.bottomC .contrastShareC .item .icon{margin:0 30rpx;width:auto;height:26rpx}
|
||||