新框架PDA前端(祈禧6月初版本)
南骏 池
3 天以前 3ff569f00d22919e47cab8fb6d7d9867fd115d97
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
<%@ Page Title="" Language="C#" MasterPageFile="~/Mst.master" AutoEventWireup="true" CodeFile="My.aspx.cs" Inherits="H5_My" %>
 
<asp:Content ID="Content1" ContentPlaceHolderID="head" Runat="Server">
    <style>
    .van-field__control {
            text-align:right !important;
        }
    </style>
</asp:Content>
<asp:Content ID="Content2" ContentPlaceHolderID="ContentPlaceHolder2" Runat="Server">
<div class="padding bg-info font-white" style="height:100px;">
    <dl class="myinfo">
<dt class="font"> 
    <van-image style="width:100%;height:100%"
    round
    src="https://img.yzcdn.cn/vant/cat.jpeg"
    ></van-image>
</dt>
<dd style="padding-top:0.15rem;" class="font">{{userInfo.loginName}}</dd>
<dd class="font">{{userInfo.loginAccount}}</dd>
</dl>
</div>
   <van-cell-group>
<%--        <van-field
   readonly
   is-link
   v-model="cardType"
   label="切换组织"
   placeholder="祈禧股份"
   @click="goOrg"
></van-field>
        <van-field
   readonly
   is-link
   v-model="cardType"
   label="消息中心"
   placeholder="15条"
   @click="goMsg()"
 ></van-field>--%>
           
  <van-field
    readonly
    is-link
    v-model="cardType"
    label="退出"
    placeholder=""
    @click="goOut"
 ></van-field>
</van-cell-group>
</asp:Content>
<asp:Content ID="Content3" ContentPlaceHolderID="ContentPlaceHolder3" Runat="Server">
      <webnav :active="2"></webnav>
</asp:Content>
<asp:Content ID="Content4" ContentPlaceHolderID="ContentPlaceHolder4" Runat="Server">
     <script src="Js/comWebNav.js"></script>
    <script src="Js/My.js?<%=12345 %>"></script>
</asp:Content>