浏览代码

问题修改

liuyifan 6 年之前
父节点
当前提交
e33376a86a

+ 2 - 2
CallCenterWeb.UI/ReportForm/marketInformationBriefing.html

242
                             '</td>'+
242
                             '</td>'+
243
                             '<td width="15%">'+
243
                             '<td width="15%">'+
244
                             '<span>'+
244
                             '<span>'+
245
-                            content.product[i].number +
245
+                            content.product[i+1].number +
246
                             '</span>'+
246
                             '</span>'+
247
                             '</td>'+
247
                             '</td>'+
248
                             '<td width="15%">'+
248
                             '<td width="15%">'+
249
                             '<span>'+
249
                             '<span>'+
250
-                            content.product[i].Proportion +
250
+                            content.product[i+1].Proportion +
251
                             '</span>'+
251
                             '</span>'+
252
                             '</td>'+
252
                             '</td>'+
253
                             '</tr>'
253
                             '</tr>'

+ 11 - 2
CallCenterWeb.UI/index.html

1316
                 </div>
1316
                 </div>
1317
             </div>
1317
             </div>
1318
         </div>
1318
         </div>
1319
-
1320
     </div>
1319
     </div>
1321
 
1320
 
1322
     <!--修改密码结束-->
1321
     <!--修改密码结束-->
1342
 		//访问引导页
1341
 		//访问引导页
1343
 		function guide() {
1342
 		function guide() {
1344
 		    introJs().setOptions({
1343
 		    introJs().setOptions({
1344
+		    	/* 上一步按钮的显示名称  */
1345
 		        prevLabel: "上一步",
1345
 		        prevLabel: "上一步",
1346
+		        /* 下一步按钮的显示名称  */
1346
 		        nextLabel: "下一步",
1347
 		        nextLabel: "下一步",
1348
+		        /* 跳过按钮的显示名称  */
1347
 		        skipLabel: "跳过",
1349
 		        skipLabel: "跳过",
1348
-		        doneLabel: "结束"
1350
+		        /* 结束按钮的显示名称  */
1351
+		        doneLabel: "结束",
1352
+		        /* 是否使用键盘Esc退出  */
1353
+		        exitOnEsc: true,
1354
+		        /* 是否显示说明的数据步骤  */
1355
+		        showStepNumbers: false,
1356
+		        /* 是否允许点击空白处退出 */
1357
+      			exitOnOverlayClick: false,
1349
 		    }).oncomplete(function () {
1358
 		    }).oncomplete(function () {
1350
 		        //点击跳过按钮后执行的事件
1359
 		        //点击跳过按钮后执行的事件
1351
 		    }).onexit(function () {
1360
 		    }).onexit(function () {

+ 1 - 1
CallCenterWeb.UI/js/intro.js-2.9.3/introjs.css

55
   position: absolute;
55
   position: absolute;
56
   z-index: 9999998;
56
   z-index: 9999998;
57
   background-color: #FFF;
57
   background-color: #FFF;
58
-  background-color: rgba(255,255,255,.9);
58
+  background-color: rgba(255,255,255,.7);
59
   border: 1px solid #777;
59
   border: 1px solid #777;
60
   border: 1px solid rgba(0,0,0,.5);
60
   border: 1px solid rgba(0,0,0,.5);
61
   border-radius: 4px;
61
   border-radius: 4px;