• token


    var token=app.globalData.token
    var token = wx.getStorageSync('token')
    header: {
          "Content-Type": "json",
          'Authorization': token
        },
     
     
     
    disabled='{{!isfinish}}'
     
     
     
     
    .total,.item-detail.h,.item-detail.f{
        display: flex;
        flex-direction: row;
        90%;

    margin-left: 5%;
        margin-right: 5%;
    }
    .fl{
        justify-content: flex-start;
        30%
    }
    .fr{
        justify-content: flex-end;
        50%
    }
     
     
    /////////////////////////////////////////////
    <view class="total">
    <view class="fl">积分总额</view>
            <view class="fr">999</view>
        </view>
        <view class="item-detail">
            <view  class="h">
                <view class="fl">标准大床房</view>
                <view class='fr'>+55</view>
            </view>
            <view class="f">
                <view class="fl">消费入住</view>
                <view class="fr">2019-08-03 08:00:00</view>
            </view>
          
        </view>
  • 相关阅读:
    Shiro
    Python活力练习Day11
    Python活力练习Day10
    Python活力练习Day9
    数据框DataFrame和列表List相互转换
    Python活力练习Day8
    Python中绘制箭头
    Python活力练习Day7
    Python活力练习Day6
    Python活力练习Day5
  • 原文地址:https://www.cnblogs.com/lyplucky/p/10507813.html
Copyright © 2020-2023  润新知