Просмотр исходного кода

Wesmiler 人人车 初始化项目 0816

APPLE 3 лет назад
Родитель
Сommit
8c27a9dce1
1 измененных файлов с 1 добавлено и 1 удалено
  1. 1 1
      public/manage/pages/store/taxi-user-withdraw.html

+ 1 - 1
public/manage/pages/store/taxi-user-withdraw.html

@@ -111,7 +111,7 @@
                 {field: 'order_no', title: '单号'},
                 {field: 'user', title: '用户',templet: function (d) {
                         return '<a href="javascript:;" class="taxi-user-view" style="color: #35cc98;border-bottom: 1px solid;"> '
-                        + ( d.user ?  d.user.nickname + '(' + d.taxi_user.mobile + ')' : '用户不存在') + ' </a>';
+                        + ( d.user ?  d.user.nickname + '(' + (d.taxi_user?d.taxi_user.mobile:'') + ')' : '用户不存在') + ' </a>';
                     }, width: 200
                 },
                 {field: 'type', title: '收款方式',templet: function (d) {