فهرست منبع

意见反馈来源地址可以访问

wangshan 8 سال پیش
والد
کامیت
a807bc4531
2فایلهای تغییر یافته به همراه7 افزوده شده و 2 حذف شده
  1. 5 0
      common/src/qfw/util/encrypt_test.go
  2. 2 2
      core/src/web/templates/manage/feedbackcontent.html

+ 5 - 0
common/src/qfw/util/encrypt_test.go

@@ -101,3 +101,8 @@ func Test_unicode(t *testing.T) {
 	fmt.Println(strconv.Unquote(`"\u1F465招标社区"`))
 	log.Println(string(0x1F465), GetMd5String("111qqq"))
 }
+
+func Test_en(t *testing.T) {
+	var SE = &SimpleEncrypt{Key: "topnet2015topnet2015"}
+	fmt.Println("00: ", SE.DecodeString("QVdCDVRGC1IIBkxZElsBTFQJCQVBCkZX"))
+}

+ 2 - 2
core/src/web/templates/manage/feedbackcontent.html

@@ -113,8 +113,8 @@ background-color:#FFFFFF;
 		</div>
 		<div class="form-group">
         <label id="col-sm-2" class="col-sm-2 control-label" for="name">问题来源页面:</label>
-	    <div class="col-sm-4">
-        <span style="background-color:#f0f0f0;" class="form-control">{{.T.s_source}}</span>
+	    <div class="col-sm-6">
+        <span style="background-color:#f0f0f0;cursor:pointer" title="点击访问此地址" onClick="window.open({{.T.s_source}})" class="form-control">{{.T.s_source}}</span>
 		</div>
 		<div class="col-sm-4">
 		</div>