css
litian
2024-04-12 2060c8d0a723582629c88de910c458d4564aa896
css
4个文件已修改
19 ■■■■ 已修改文件
packagePersonal/pages/myOrder/index.js 2 ●●● 补丁 | 查看 | 原始文档 | blame | 历史
pages/personalCenter/components/user-center-card/index.wxss 2 ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史
pages/personalCenter/index.wxml 8 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
pages/personalCenter/index.wxss 7 ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史
packagePersonal/pages/myOrder/index.js
@@ -183,7 +183,7 @@
        'saleMethodId': book.orderSaleMethod.id
      })
      bookId = parentData.parentProduct[parentData.parentProduct.length - 1].id;
    } else if (remarks != null && JSON.stringify(remarks).slice(1, -1) == 'object' && JSON.parse(remarks).pId) {
    } else if (remarks != null && JSON.parse(remarks).pId) {
      bookId = JSON.parse(remarks).pId
    }
    wx.navigateTo({
pages/personalCenter/components/user-center-card/index.wxss
@@ -50,6 +50,7 @@
.txt {
  margin-right: 20rpx;
  color: #0F1214;
}
.edit {
@@ -75,6 +76,7 @@
  display: flex;
  padding-top: 8rpx;
  /* align-items: center; */
  color: #0F1214;
}
.setting .img {
pages/personalCenter/index.wxml
@@ -13,10 +13,10 @@
        <view class="topBox">
          <view class="teacherBox">
            <view>
              <view class="wait" wx:if="{{teacherState.state == 'WaitAudit'}}">等待审核</view>
              <view class="yes" wx:if="{{teacherState.state == 'Normal'}}">已认证</view>
              <view class="no" wx:if="{{teacherState.state == 'Reject'}}">已驳回</view>
              <view class="wait" wx:if="{{teacherState.state == ''}}">待认证</view>
              <view class="state wait" wx:if="{{teacherState.state == 'WaitAudit'}}">等待审核</view>
              <view class="state yes" wx:if="{{teacherState.state == 'Normal'}}">已认证</view>
              <view class="state no" wx:if="{{teacherState.state == 'Reject'}}">已驳回</view>
              <view class="state wait" wx:if="{{teacherState.state == ''}}">待认证</view>
              <view class="title"><text>教师认证</text>
                <text class="change-info" wx:if="{{teacherState.state == ''}}" bindtap="toCertification">认证</text>
                <text class="change-info" wx:if="{{teacherState.state == 'Normal' || teacherState.state == 'Reject'}}" bindtap="toCertification">修改</text>
pages/personalCenter/index.wxss
@@ -56,11 +56,16 @@
.teacherBox .title {
  margin-top: 20rpx;
  line-height: 40rpx;
  color: #949494;
}
.teacherBox .change-info {
  color: #ff6d00;
  margin-left: 20rpx;
}
.state {
  font-size: 32rpx;
}
.wait {
@@ -90,6 +95,7 @@
}
.domainBox .title {
  font-size: 32rpx;
  color: #333;
  font-weight: bold;
  padding: 30rpx 30rpx 0rpx 30rpx;
@@ -149,6 +155,7 @@
  line-height: 40rpx;
  text-align: center;
  margin-top: 20rpx;
  color: #333;
}
.block {